Go to file
mrtony 4ab1e254b6 docs: add CLAUDE.md with project guidance for Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 15:33:03 +08:00
public Initial commit 2026-03-12 10:28:37 -07:00
src Initial commit 2026-03-12 10:28:37 -07:00
.gitignore Initial commit 2026-03-12 10:28:37 -07:00
CLAUDE.md docs: add CLAUDE.md with project guidance for Claude Code 2026-03-25 15:33:03 +08:00
eslint.config.js Initial commit 2026-03-12 10:28:37 -07:00
index.html Initial commit 2026-03-12 10:28:37 -07:00
package-lock.json Initial commit 2026-03-12 10:28:37 -07:00
package.json Initial commit 2026-03-12 10:28:37 -07:00
README.md Initial commit 2026-03-12 10:28:37 -07:00
vite.config.js Initial commit 2026-03-12 10:28:37 -07:00

Expense Tracker

This is the starter project used in my Claude Code course.

A basic expense tracker app built with React. It intentionally has a bug, poor UI, and messy code — all of which we fix together throughout the course.

Getting Started

npm install
npm run dev

Then open your browser at http://localhost:5173.