Skip to content

Commit d8eab27

Browse files
authored
Update README.md
Add the Project Details
1 parent d8c7809 commit d8eab27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
> PROD [Live] : https://react-quiz-prod.netlify.app/
44
55
#### Quiz consists of a straight forward user interface where there is a
6-
- Coming Soon
6+
- **Setup form** to choose the different options for the game i.e *the number of questions*, *the type of category* and *the level of difficulty* of the quiz user wants to take by clicking on the **Play Quiz** button.
7+
- Depending on the options, a set of questions will be fetched/generated and all the data is handled by the **API**.
8+
- User will be taken to the next question once any answer is selected from the multiple choice or can skip to the next question directly by clicking **Next Question** button.
9+
- As the user is answering the questions, he can view the correct answers out of the total questions on the top right of the form.
10+
- Once the user completes the quiz by answering all questions, automatically a pop-up modal will show the results and the user has the choice to click **Play again** button.
711
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm start` to start up the development server on default port 3000.
812

913
#### Languages

0 commit comments

Comments
 (0)