This is a Quiz app.
You will find all the information you will need to work on this project in the Quiz-App/src
folder.
-
This quiz app will first display a collection of categories
-
User can select a category from the list
-
User can see three difficulty level Easy, Medium or Hard
-
Once the category and difficulty is selected it will display 10 questions
-
User will click on a button Start to start a 10 questions quiz
-
it will Show the progress of each question like if the user is on question 2 (2/10)
-
At the end of 10 questions user will see a report card
- NPM
/* First, Install the needed packages */
npm install
/* Then start the React app */
npm start