Frontend
The part of a system that runs in the user's browser or app — what they actually see and click.
HTML, CSS and JavaScript are the core. Modern frontend devs use frameworks like React, Vue or Svelte plus build tools like Vite or Webpack.
Often roles are split: a frontend dev does what users see; a backend dev does what the server does. A full-stack dev does both.