Skip to content

Before We Start

5 minutes — A quick conversation, not a lecture

What We're Building Today

You'll BuildUsing
User registration & loginFirebase Auth
Your own private featureReact + Firestore
Deployed to a live URLFirebase Hosting

End result: A real web app you can show anyone, running on the internet.

Pick Your Feature

You'll build authentication plus one of these — your choice:

FeatureWhat It Does
NotesCreate, edit, delete private notes
TasksA todo list with checkboxes
BookmarksSave and organize links

All three are similar complexity. Pick what sounds most useful to you.

Your choice: ________________

Ground Rules

You drive. You type the code, make decisions, and ask questions. I navigate and keep us on track.

AI helps, but you understand. Claude Code generates code; you make sure you know what it does before using it.

Working beats perfect. We're shipping something real, not polishing forever.

Questions are good. If something doesn't make sense, stop me.

Quick Vibe Check

Before we dive in:

  • Any previous experience with React, TypeScript, or Firebase? (It's fine if not)
  • Anything specific you want to make sure we cover?
  • Any time constraints I should know about?

Ready? Let's set up your environment.

Start Phase 1: Setup →

Built for learning | Open source on GitHub