Back

Frontend

Definition: The visible part of a software or web application that the end user interacts with. The frontend refers to the user interface and all elements displayed on the screen. It works in conjunction with the backend, the unseen part, to ensure the full functionality of an application.

Key Features:

  • User Interface: Design and layout of websites or applications.

  • Interactivity: Allows users to engage with the application's features.

  • Responsiveness: Adapts to various screen sizes and device types.

Common Technologies:

  • Languages: HTML, CSS, JavaScript.

  • Frameworks: React, Angular, Vue.js.

  • Tools: Webpack, Babel, Sass.