EverProduct
← All spheres

Frontend

HTML, CSS, JavaScript, React — everything between the browser and the user.

0 / 21 done

Stage 01

Between the Code and the Screen

The browser isn't a canvas you paint on — it's a machine that assembles a page out of three inputs, in a fixed order. Learn what it does with your files and HTML and CSS stop being incantations.

Stage 02

A Page That Holds Up

A layout that works on your laptop, with your data, for your eyes, isn't finished. Four things that separate a demo from something real people can actually use.

Stage 03

The Language

JavaScript in the order that makes it make sense: what kind of language it is, how to move data through it, how it touches the page, how it waits — and how to find out why it broke.

Stage 04

The Application

Where a page turns into a program: packages and a build step, the problem frameworks actually solve, components, state, and the server on the other end.

Stage 05

The Craft

What separates code that works from code someone can live with — types, speed, and the practice loop that keeps you growing after this roadmap ends.