Moore family monogram
Junior's First Coding Experience Made with love for the world's best pesar
Step 1

Hello there

Hey Junior ๐Ÿ‘‹

So nice to finally meet you. I'm going to be your guide.

Your daddy talks about you all the time. He told me you're one of the most creative and curious people he knows โ€” always full of ideas and great questions โ€” and honestly, after hearing about you, I believe him.

He loves you so much, and he is so proud of you. So he made something special, just for you: a way to build your very first app or game โ€” your idea, your rules.

"Go make something amazing, pesar. I've got your back." โ€” Daddy

I'll walk with you the whole way. One tiny step at a time. No rushing. Ready when you are.

For grown-ups: a fun, encouraging way for a young maker to start building real things โ€” play and support, made with love.

First, the big picture

You're about to become a maker

A maker is someone who builds the games and apps instead of only playing them. That's you now. And you won't be alone โ€” you have a team.

๐Ÿ’ป
Your MacThe workshop where you'll build everything.
๐Ÿ“
VS CodeA special notebook for writing code. We'll install it together.
๐Ÿค–
ClaudeYour coding buddy โ€” on your Mac and your iPhone. It explains things and writes code with you.
๐ŸŒ
GitHubYour project's home on the internet. It keeps your work safe forever.
๐Ÿ’ก The big secret: you don't need to know how to code yet. Your job is to have ideas, make choices, and ask good questions. Claude helps with the rest.

Do these yourself โ€” tick each one โœ“

Set up your workshop

Eleven small missions. Do them in order, tick the box when each is done, and take a break whenever you want โ€” I'll remember exactly where you stopped.

GitHub is your project's home on the internet. Let's get you one (it's free).

  1. Open github.com/signup.
  2. Type an email, a password, and pick a username (this becomes your maker name!).
  3. Solve the little puzzle, then check your email and type in the code they send.
๐Ÿ” Grab Daddy for this one. He'll help with the email and keep your password safe. Never share your password with anyone else โ€” not even online friends.

Xcode is a big toolbox that Apple makes. You won't write code in it yet โ€” but it's the easiest way to get the maker tools your Mac needs. (It's also how you'll make real Apple apps one day! ๐ŸŽ)

  1. Open the App Store on your Mac.
  2. Search Xcode, then click Get / Install.
  3. It's a big download, so start it early and let it finish โ€” you can go do something else while it works.
  4. Once it's installed, open Terminal just once and, if it asks, run xcode-select --install to add the command-line tools (these give you git).
๐Ÿ” Grab Daddy for this one. It's a large download, and Terminal is a grown-up tool โ€” Daddy will help you start the download early and type that one Terminal line if it asks. Never paste a Terminal command you don't understand without Daddy.

Homebrew is a helper that installs maker tools for you. You only need this step if Claude or Xcode didn't already set things up โ€” if your tools already work, you can tick this and move on.

  1. Open Terminal (with Daddy).
  2. Go to brew.sh and copy the one official install line they show.
  3. Paste that one line into Terminal and press Enter.
๐Ÿ” Grab Daddy for this one. Daddy will help you paste one line into Terminal. Only ever paste the official line from brew.sh โ€” nowhere else.

Git is the save-points tool โ€” it remembers every version of your project so nothing is ever lost. Good news: it usually comes with Xcode's command-line tools, so you may already have it!

  1. Open Terminal (with Daddy).
  2. Type git --version and press Enter.
  3. If it shows a version (like git version 2.39), you're done! ๐ŸŽ‰
  4. If it can't find git, run brew install git (or finish the Xcode tools step), then try git --version again.
๐Ÿ” Grab Daddy for this one. Typing in Terminal is a grown-up tool โ€” Daddy will help you type the check and read what comes back.

This is your workshop drawer โ€” every project you build lives here, so it's always easy to find. Let's make one folder called developer.

  1. The easy way: open Finder, go to your home folder (or Documents), click File โ†’ New Folder, and name it developer.
  2. Or, with Daddy in Terminal, type mkdir ~/developer and press Enter.
  3. That's it! From now on, every new project goes inside your developer drawer.
๐Ÿ“ You can do this yourself in Finder โ€” or grab Daddy if you'd like to try the Terminal way together.

VS Code is where you'll see and write your code.

  1. Open code.visualstudio.com and click the big Download for macOS button.
  2. Open the downloaded file. Drag the Visual Studio Code icon into your Applications folder.
  3. Open it from Applications. If your Mac asks "are you sure?", click Open.
๐Ÿค–
Stuck? Paste this to Claude:
I'm on a Mac and I'm new to this. Walk me through installing VS Code step by step, like I'm a beginner.

Claude is your coding buddy. Let's put it on your Mac.

  1. Open claude.ai/download and get the Mac app.
  2. Install it (drag to Applications), then open it.
  3. Sign in with your own Claude account.

So you can think about your project anywhere โ€” on the couch, in the car, anywhere.

  1. Open the App Store on your iPhone.
  2. Search Claude and install it.
  3. Open it and sign in with the same account.
๐Ÿ“ฑ You'll often do quick coding chats here in the Code section of the Claude app. Handy when you get an idea away from your desk!

Quick brain-check ๐Ÿง 

What is GitHub?

This folder (the one this page lives in) will become your very first project.

  1. Open VS Code.
  2. Click File โ†’ Open Folderโ€ฆ and choose this folder.
  3. You'll see the files on the left. That's your project! ๐ŸŽ’

Now let's let Claude see your project so it can build things with you.

  1. Open the Claude app on your Mac.
  2. Go to the Code section.
  3. Choose this same folder as the place to work.
๐Ÿค–
Say hi to Claude! Paste this:
Hi Claude! I'm Junior and this is my very first coding project. I'm a beginner on a Mac. Can you say hello and tell me what files are in this folder?

This is the big one. A "commit" is like a save point in a video game โ€” it locks in your progress so it can never be lost. Your first save means you've officially started.

  1. Ask Claude (just paste the prompt below) to help you connect this folder to your GitHub.
  2. Follow its steps โ€” it will guide you to make your first save (commit).
  3. When it's saved to GitHub, come back here and tick the box. ๐Ÿ†
๐Ÿค–
Paste this to Claude:
I'm a beginner on a Mac. Please help me, one small step at a time, to: (1) turn this folder into a git project, (2) connect it to my GitHub account, and (3) make my very first save (commit) and push it to GitHub. Explain each step like I'm new and wait for me after each step.

Now the fun part

Your first idea session ๐Ÿ’ก

There are no wrong answers here. Just type what's in your head โ€” we'll turn it into a real plan you can hand to Claude.

โ™ž
Stuck for an idea? Lots of makers start with something they already love โ€” like a chess game, a football quiz, or a space dodger. Pick the one that makes you smile.

Think like a chess player โ™ž

Why this idea? ๐Ÿค”

Real makers โ€” like good chess players โ€” can explain why they made each move. There's no wrong answer; I just want to hear your thinking. This is how you become a great decision-maker.

You decided to make your idea. Which of these is closest to why?

Your superpower

How to work with Claude ๐Ÿค

Claude isn't a magic button โ€” it's a teammate. The makers who do best are the ones who ask great questions and stay curious.

๐Ÿช„ Magic phrases to use a lot:

๐Ÿฃ
"Explain it like I'm new."If something's confusing, just say this. Always okay to ask.
๐Ÿข
"Give me one small step."Big things feel scary. One small step never does.
๐Ÿ”
"Why did that work?"Understanding beats copying. This is how you actually learn.
๐Ÿ’š The honesty rule: if something doesn't work, say so! Don't pretend. "That didn't work โ€” here's what happened" is exactly what a real engineer says. Bugs aren't failures; they're just puzzles.

๐Ÿž When something breaks:

Copy the red error text, paste it to Claude, and ask: "What does this mean, and what's the smallest fix?" That's literally what the pros do.

The maker's rhythm

The simple loop โ™ป๏ธ

Every maker โ€” even the pros at the biggest companies โ€” follows this same little circle. Round and round, one small piece at a time.

๐Ÿ’ก
1 ยท IdeaDecide the one small thing to build next.
๐Ÿ”จ
2 ยท Build a littleMake just that one piece with Claude.
๐Ÿ‘€
3 ยท Check it really worksTry it yourself. Be honest about what works.
๐Ÿ’พ
4 ยท Save itMake a save point (commit) so it's locked in.
โญ
5 ยท ImproveThen pick the next small thing. Round again!

๐ŸŽฎ Save points = GitHub

Think of GitHub like a video game with checkpoints:

๐ŸŒฑ
BranchA safe sandbox to try something without breaking your real game.
๐Ÿ’พ
CommitA save point. Your progress is locked in.
โœ…
Merge"This works โ€” make it part of the real game now."
๐ŸŒŸ Your daily 3 questions (ask yourself these each time you build):
1. What did I get working today?   2. What's my next small step?   3. What am I stuck on?

๐Ÿ… Golden rules

โ˜… Be honest about what works (no pretending).
โ˜… One small step at a time.
โ˜… Ask LOTS of questions โ€” that's how makers learn.
โ˜… Save often.
โ˜… Take breaks when your brain gets full. ๐Ÿง 
โ˜… Write a few words in your maker diary each time. โœ๏ธ
โ˜… Have fun. This is YOURS.
โ˜… Online safety: never share your real address, school, or passwords. Ask Daddy if unsure.

Keep the memory

Your maker diary โœ๏ธ

This journey is a big deal โ€” so let's remember it. Each time you build, write a few words. There are no wrong answers, and short is perfect. One day you'll love reading these back.

๐Ÿ†

You did it

You're a maker now, Junior

Look how far you came. Every real engineer started exactly here.

Here's everything you set up by yourself:

โœ“ A GitHub account โ€” your project's home online
โœ“ VS Code โ€” your code notebook
โœ“ Claude on your Mac and your iPhone
โœ“ Your folder, connected and saved to GitHub
โœ“ Your very first project plan
โœ“ Your maker diary โ€” started! โœ๏ธ
Junior
Official Certificate
Michel Junior Moore
Official Maker ยท Day 1

๐Ÿ… Open my printable certificate

๐Ÿงฑ My wall of achievements

Your daddy is so proud of you โ€” and so am I. ๐Ÿ’›

Now the best part: open Claude, paste your idea plan, and build your first small step. Remember the loop, and ask lots of questions. Go make something amazing. ๐Ÿš€

Made with โ™ฅ by Daddy ยท just for Junior