Skip to content

tummala-manasa/Quiz-ReactJS

Repository files navigation

This project was bootstrapped with Create React App.

Quiz-ReactJS

A Quiz app with React JS and React Router

Run

In the project directory, you can run npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

App functionality

  • In this application, we start a quiz with a set of predefined questions.
  • Once the questions are answered we display the score along with the result of each question.
  • In the same page, we provide an option to retake the quiz or add a new question.
  • If the user chooses to add a new question, we provide a form to add the question and the four options along with the correct answer. On submit, we store the new question in the localstorage of the browser. Next time the quiz is taken, we display this new question along with the other questions.

Additional Sources

You can find the same app built with different frameworks in the links below.

Demo

Demo

Releases

No releases published

Packages

No packages published