Frontend Roadmap


Frontend development is the development of the graphical user interface of a website, through the use of HTML, CSS, and JavaScript, so that users can view and interact with that website.

HTML, CSS, and JavaScript overview CSS Ecosystem
  1. Pure CSS

  2. Bootstrap (Framework)

  3. Tailwind (Framework)

  4. Sass (Framework)

JavaScript Ecosystem
  1. Vanilla JS
  2. jQuery (Library)
  3. React (Framework)
  4. Angular (Framework)
  5. Vue (Framework)
  6. TypeScript (Preprocessor)