Skip to content

A quizzing website in React JS, using the latest React Hooks

Notifications You must be signed in to change notification settings

cjchirag7/react-quizzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features of the quizzing website

  • Create your own question bank with each question containing some statement, an image(optional), a variable number of options and a correct answer
  • Display a timed quiz to the user, with questions being different, each time a user opens the website (randomized).
  • The correct answers and explanation for the answers are displayed, at the end of the quiz, along with user's score
  • User can change his/her choice, even after selecting some choice, and may navigate to next/previous question.

Some screenshots

Available Scripts

In the project directory, you can run:

yarn or npm install

Installs all the npm modules, as specified in package.json file.

yarn start or npm run 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.

yarn build or npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

About

A quizzing website in React JS, using the latest React Hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published