Front-End realization of quiz (test) on React.
You answer 10 questions and get score in the end.
Questions are storing on Open Trivia Database's API.
Live demo: https://zaurbbb.github.io/react-simple-quiz/
Project was created by learning from Udemy course
It's mandatory to install NodeJS. After open the command line.
- Clone the latest version
git clone https://github.com/zaurbbb/react-simple-quiz.git
- Change directory to project's folder
cd react-simple-quiz
- Install dependencies
npm install
- Run project
npm start
Now, project is running on http://localhost:3000/ or another port that must be mentioned on the command line.