It's a small quiz app - answer the questions and get a score, with your feedback at the end.
Modern browsers only: React Quiz
Have the option to:
- Randomise the questions
- Have the feedback per question || at the end || both
- Provide user selected options with the feedback
- Animations for questions load/exit and other enhancements
- Javascript
- React
- Babel
- Webpack
To install the project, run:
npm i
To run in development mode:
npm run dev
And to create a production version:
npm run build
- Patrick Jones - PSJgit
This project is licensed under the MIT License - see the LICENSE.md file for details