Quick answer: Real coding education produces real, finished things — not worksheets. Here are 10 projects spanning a K-8 coding journey, from a first robot in visual blocks to an AI-powered innovation pitch.
Why Look at Projects Instead of Curriculum Topics?
Topics like "sequencing" or "conditionals" are abstract. Projects make them concrete — and they're also the clearest way for a parent to judge whether a program is truly project-based or just tutorial-based. Ask any program: can I see examples of what kids actually built?
The 10 Projects
- My Helpful Robot (Explorers, K-1): A child's first program — giving a computer clear, sequenced instructions using visual blocks.
- Kindness Cards (Explorers): Simple if-then logic, paired with an early lesson in kindness online.
- All About Me Page (Builders, grades 2-3): First real HTML tags and structure.
- Weather Helper (Builders): CSS styling and lists on a real, live page.
- Community Helper Website (Builders capstone): A complete, multi-page website, designed and coded start to finish.
- Homework Timer & Focus Tool (Developers, grades 4-5): Real JavaScript — variables, functions, and events.
- Fact or Fake? Quiz (Developers): Arrays and loops, applied to a media-literacy problem.
- Password Strength Checker (Engineers, grades 6-8): Python logic applied to real cybersecurity.
- Smart Sorting AI (Engineers): Training and evaluating an AI model — including seeing its bias first-hand.
- Innovation Challenge (Engineers capstone): A prototype and pitch addressing a real-world (SDG-aligned) problem.
What This Progression Actually Shows
Notice the arc: from following instructions (My Helpful Robot) to making decisions (Kindness Cards) to structuring information (Builders projects) to solving problems with logic (Developers) to responsibly building and evaluating AI (Engineers). Each project is a real capability, not a simulation of one.