A React trivia game with dynamic question generation, real-time scoring, and instant feedback. Built as a way to learn React.
Live demo: https://gamaltawaf.github.io/quiz/
- Pick a question configuration — there's a "cheat" option to reveal answers up front, don't be startled
- Submit to start
- Answer questions, moving back and forth between them freely
- Submit at the end to see your results
npm install
npm run devnpm run buildnpm run deployPublishes dist/ to the gh-pages branch.
