Add Features
Let's add some features to our app - just using Claude Code - don't read the code. Just prompt code and let the changes go through.
Add these:
- Score counter — "Correct" / "Incorrect" buttons after flipping each card
- Categories/decks — split the one long card list into multiple named decks
- Missed-card tracking — track which cards they got wrong and re-show them at the end.
- Save my progress — persist which deck they were on and their running score (localStorage or similar).
Any other ideas?
