Claude Code Learning Projects

A collection of small web projects built while learning HTML, CSS, and JavaScript with Claude Code.

Level 1
Hello World

A simple greeting page introducing HTML structure and CSS styling basics.

Level 2
Quote Generator

Click a button to display random philosophy quotes. First introduction to JavaScript.

Level 3
To-Do List

A fully functional task manager with local storage, animations, and dynamic DOM manipulation.

Level 4
Sound Memory Game

Match pairs of musical notes by ear. Features Web Audio API, scoring system, and difficulty settings.