A lightweight React + Vite demo that simulates a weekday token system for parents and kids.
- Faucet drip issues 4 tokens every weekday (Mon-Fri).
- Parents can delete a token at any time (demerit).
- Redemptions consume a configurable amount with a 6-token minimum and only work on weekdays.
- Weekends pause both the faucet and redemptions while still allowing deletions.
- "Advance day" control to simulate weekday/weekend behavior and a running activity log.
npm install
npm run devVisit the printed local URL to interact with the app.
If your environment restricts package downloads, install dependencies where allowed, then run the commands above.