Kid's Chore Chart
A simple chore chart for kids with a star reward system and a weekly reset.
Recipe prompt
Build a kid's chore chart web application with the following features:
What This App Does
A colorful chore chart where I can assign chores to my kids, they can mark them as done, and they earn stars for completed chores. Resets weekly.
Features
- Add kids by name (with a fun avatar or emoji picker)
- Create chores with a name and star value (e.g., "Make bed" = 1 star, "Clean room" = 3 stars)
- Assign chores to specific kids or make them available to anyone
- Kids tap a chore to mark it done — it shows a satisfying checkmark animation
- Star counter for each kid, displayed prominently
- Weekly leaderboard showing who earned the most stars
- Automatic weekly reset (chores come back, stars accumulate in a lifetime total)
- A parent mode (simple PIN) to add/edit chores and kids
- Works on a tablet mounted in the kitchen (design for touch)
Design
- Bright, playful colors (but not garish)
- Large touch targets — designed for kids' fingers
- Fun animations for completing chores (confetti, bouncing stars)
- Easy to read from a few feet away (think kitchen counter distance)
Answer a few questions about your setup, then get a customized copy of this recipe ready to paste into your AI coding tool.
Sign in to save this recipe to your Pantry and remember your settings.
If something goes wrong…
If something goes wrong…
The weekly reset didn't happen: The reset runs automatically, but it depends on someone visiting the app at least once after the reset time. Open the app and it should catch up.
I forgot the parent PIN: Look in your project's settings file (.env) for a line that says PARENT_PIN=. That's your PIN.