A simple react quiz application, where you can pick from a list of questions. At the end you get a score. click on the answers you think are correct, and the score will be displayed at the end. There's an unlimited time to retry. There are no prizes to win.
To install and run this project, follow these steps:
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm start
to start the development server.