Module 1 · Build a Website Business · Day 4 of 10

Understand what got created

You've been editing a project for three days without knowing its shape. Today, a five-minute guided tour of your own files.

Video — recording pending, script below stands in for now

Video script (for recording): "You don't need to become a developer to understand your own project. Today's short — just enough to know what's actually sitting on your computer."

Where you are

Day 01

Install Claude Code, ship your first live page

Day 02

Turn a plain-English idea into a working page

Day 03

Edit what it built — ask for changes without breaking things

Day 04

Understand what got created: files, folders, why they matter

Day 05

Connect to GitHub so your work is never lost

Day 06

Get a site live: your first real deploy

Day 07

Fix things when they break — read errors without panicking

Day 08

Add a second page and link it up: your landing page

Day 09

Automate updates: push once, redeploy every time

Day 10

Ship the deliverable: portfolio + business landing page, live

What's actually in your project folder

You've been editing a real project for three days without looking at its structure. That's fine — but understanding it means you can ask smarter questions later. Ask Claude Code to explain it in plain language rather than guessing.

File / folderWhat it's for
index.htmlThe page itself — the text and structure a browser reads
style.css (or a <style> block)Colors, spacing, fonts — how it looks, separate from what it says
/assets or /imagesPictures and files the page displays or links to
.git (hidden folder)Version history — you'll use this properly tomorrow

Today's project — get a guided tour

  1. Ask for the tour

    Explain the structure of this project — what each file and folder does — before we touch anything today.
  2. Open the two most important files yourself

    Whatever Claude Code names as the main HTML file and the styling — open them in a plain text editor (Notepad works) just to look, not to edit.

  3. Ask one follow-up

    Pick anything confusing you saw and ask about just that one thing — small, specific questions build real understanding faster than reading everything at once.