Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 936 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 936 Bytes

QUIZ TIME - A WEB TRIVIA GAME

is a web app based on Reactjs as front end with ant design as React UI library, and deployed on netlify

Demo

https://quiz-time-game.netlify.app/

UI

screen shots from the app:

(1) Welcome Screen: image

(2) Main Screen: image

(3) Time's Up screen: image

How to develop it

  1. Clone on your local machine by using https://github.com/varditomer/online-quiz-game-react
  2. Navigate into the main directory
  3. Run npm install to install node modules
  4. Run npm start to run it locally then will open automatclly on your browser on localhost:3000 port
Have Fun!!!