Skip to content

ravindra-shastri/Quiz-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

This is a Quiz app.

Getting Started with Create React App

You will find all the information you will need to work on this project in the Quiz-App/src folder.

Features

  • 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

Build/Run

Requirements

  • NPM
/* First, Install the needed packages */
npm install

/* Then start the React app */
npm start