A small React app for tracking daily quiz scores at Iterate. The team solves the Aftenposten daily quiz together at the lunch table, and this app records and visualizes the results.
See ReactViteTypescriptInfo.md for more info
- Daily results — view the score for any given weekday, defaulting today
- Statistics — average score, median, best/worst days, and trends broken down by weekday and month
- Admin panel — enter or update a result for a selected date, with an optional Slack notification on save
- Google login — authentication through Google OAuth; only signed-in users can access the admin and profile pages
React · TypeScript · Vite · Radix UI · MUI · React Router
yarn
yarn dev.env
VITE_API_BASE=http://localhost:8080
VITE_ONLY_FRONTEND=falseThe app runs on http://localhost:5173 by default.