One laptop crash shouldn't erase five days of work. Today you get a real backup and a real version history.
Video script (for recording): "This is the day that protects everything else you build in this course. Ten minutes now, and nothing you build again is ever one crash away from gone."
Install Claude Code, ship your first live page
Turn a plain-English idea into a working page
Edit what it built — ask for changes without breaking things
Understand what got created: files, folders, why they matter
Connect to GitHub so your work is never lost
Get a site live: your first real deploy
Fix things when they break — read errors without panicking
Add a second page and link it up: your landing page
Automate updates: push once, redeploy every time
Ship the deliverable: portfolio + business landing page, live
Right now, your only copy of this project is on one computer. Git records every change you approve as a checkpoint you can return to; GitHub stores those checkpoints online, so a crashed laptop doesn't mean lost work. This is the safety net every remaining day depends on.
At github.com, if you don't already have one.
Click "New repository" on GitHub, name it something like my-website, and don't initialize it with a README (you already have a project).
Claude Code will run the actual git remote add / git push commands for you — read what it proposes before approving.
Refresh the GitHub repository page in your browser — your files should now be visible there.