Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.61 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.61 KB

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.