← Back to course
Claude Code Basics · your first app
A landing page just sits there and looks good. An app responds to you — and remembers. Today you build one, still with no backend and no keys.

What makes it an app
localStorage — so it's still there tomorrow. No database, no login.
Still one file, still no accounts or keys — it all runs in your browser.
Build it with the recipe
Same 5-part recipe from lesson 2.2 — just point it at an app instead of a page.
localStorage, no framework.
The takeaway
You just crossed the line from "I can make a website" to "I can build a tool." Everything bigger is only more of this.
A page shows. An app does.
And it ships exactly like a site — git + deploy, lesson 2.7.