You describe. The agent builds. You iterate.
Now you're going to build something from scratch — a complete web application — by describing what you want to an AI coding agent. You won't write the code yourself. You'll describe what you want, review what the agent builds, and iterate until it's right.
This is pair programming with an AI: you bring the vision, the agent brings the implementation. You'll build a complete Travel Bucket List web app with CRUD operations and localStorage persistence.
Go off-script. These prompts are suggestions, not assignments. If you want a dark mode toggle, a map view, or a 'random destination' button — ask for it. The agent will figure out how to build it. The point is to practise the back-and-forth: describe, review, refine.
— from the exercise
What you'll build
Key concepts
What's covered
What just happened
You built a complete web application without writing a single line of code yourself. You described what you wanted, reviewed what the agent produced, and iterated until it was right. This is the core loop: describe, review, iterate, understand.