Skip to content

PSJgit/react-quiz

Repository files navigation

REACT QUIZ

What is it?

It's a small quiz app - answer the questions and get a score, with your feedback at the end.

Demo

Modern browsers only: React Quiz

To do

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

Built With

  • Javascript
  • React
  • Babel
  • Webpack

Commands

To install the project, run:

npm i

To run in development mode:

npm run dev

And to create a production version:

npm run build

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details