Andy Stanish

June 28, 2026

Someone asked me how to get into making websites, and I put this together for them.

Web Dev Roadmap

A learning roadmap for getting into web development — roughly in order. 🚀

Phase 1 — Your tools: VS Code + Git basics

Start here before writing a single line of code. Getting comfortable with your environment first saves a lot of frustration later.

Phase 2 — HTML, CSS, and your first taste of programming

This is where it starts getting fun. You'll build real things you can open in a browser.

Phase 3 — The command line and going deeper with Git

Once you're comfortable in VS Code and have some HTML/CSS under your belt, the terminal stops being scary.

Phase 4 — Building a real web app with React

This is where everything clicks into place. Don't rush here — solid HTML/CSS/JS fundamentals first makes React make sense.

The most important thing: avoid tutorial purgatory — the trap of watching and reading forever without building anything. Every phase above has you making real things. When in doubt, build something, even if it's ugly. That's how it sticks.