/quiz

Primary LanguageJavaScript

Project of quiz. Data - from local .json file.

Visual presentation of how quiz works

quiz

Demo on heroku

This project was bootstrapped with Create React App.

Steps:

  1. Install create-react-app globally

npm install -g create-react-app

  1. Clone repo

git clone git@github.com:cotang/quiz.git

  1. Go to the folder and install npm packages

cd quiz

npm install

  1. Run npm. The project will open on http://localhost:3000

npm start

  1. Launch the production mode if it is necessary

npm run build