Skip to content

dumaaas/quiz-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quiz-react

Quiz with built-in timer built in ReactJS. The quiz consists of 20 questions. By starting the quiz, the user gets 10 random questions and starts the time for which he has to complete the quiz.

👨‍💻 How to install ?

This project was bootstrapped with Create React App.

Its required to have NodeJS, NPM installed on your computer.

// installs all necessary modules
npm install
// runs the app in the development mode
npm start

🚀 Tech/framework

  • ReactJS
  • JavaScript
  • HTML
  • CSS