Skip to content

zaurbbb/react-simple-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image image image image

React Simple Quiz

Description

Front-End realization of quiz (test) on React.

You answer 10 questions and get score in the end.

Questions are storing on Open Trivia Database's API.

Live demo: https://zaurbbb.github.io/react-simple-quiz/

Project was created by learning from Udemy course

Getting Started

It's mandatory to install NodeJS. After open the command line.

  • Clone the latest version
 git clone https://github.com/zaurbbb/react-simple-quiz.git
  • Change directory to project's folder
 cd react-simple-quiz
  • Install dependencies
 npm install
  • Run project
 npm start

Now, project is running on http://localhost:3000/ or another port that must be mentioned on the command line.