Skip to content

dumaaas/quiz-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04d63b2 Β· May 5, 2021

History

14 Commits
May 5, 2021
May 5, 2021
May 3, 2021
May 5, 2021
May 4, 2021
May 4, 2021

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