F
Frontend
The client-side part of a web application that users see and interact with in their browser.
Auch bekannt als:
Client-side, Frontend Development, UI
Technology
The Frontend (also called client-side) is the part of a web application that users interact with directly in their browser. It encompasses everything visible on screen — layout, design, typography, buttons, forms, and animations.
Core Technologies
- HTML – Structure and content
- CSS – Visual styling and layout
- JavaScript – Interactivity and dynamic behavior
Popular Frameworks
React, Vue.js, Angular, and Svelte are widely used JavaScript frameworks for building modern frontend applications.