Project 1: Your Personal Website
What you'll build: a personal webpage with your name, photo, bio, and links, ready to show the world.
What you'll learn: what HTML and CSS are, what a web project looks like on the inside, and how to publish it on the internet for free.
Ask Claude to set up the initial structure:
Preview the result for the first time:
Now make it yours:
Learn by requesting visual improvements:
Share your website with the world:
Project 2: To-Do List App
What you'll build: an app where you can add tasks, mark them as done, and delete them — it remembers your tasks even after you close the page.
What you'll learn: what JavaScript is, how a website "reacts" to what you do, and how data is stored in the browser.
The "magic" moment: data persistence.
Project 3: A Useful Python Script
What you'll build: a program that automatically organizes a messy folder (like Downloads) by putting each file in its proper place.
What you'll learn: what Python is, how a program works with your files, and how to test something safely before applying it for real.
Ask it to simulate first without moving anything: