This is a full-stack quiz website built with Next.js (TypeScript), Tailwind CSS, and ESLint.
- Backend stores questions and answers, each question belongs to one of 5 categories
- Frontend displays a beautiful quiz page that randomly picks 6 questions from different categories (evenly distributed)
- After user submits answers, shows the score, expected answers, and explanations
- Stores temporary answers in local storage to recover from browser crashes
npm run devOpen http://localhost:3000 to view the app in your browser.