mosh-expense-tracker-starter/README.md

15 lines
386 B
Markdown
Raw Permalink Normal View History

2026-01-29 18:40:56 +01:00
# Expense Tracker
> This is the starter project used in my [Claude Code course](https://codewithmosh.com/p/claude-code).
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
```bash
npm install
npm run dev
```
Then open your browser at `http://localhost:5173`.