/React-quiz

Complete React Quiz and track your progress during re-runs.

Primary LanguageTypeScript

React Quiz

Complete React Quiz and track your progress during re-runs.

Features:

  • uses npm package json-server for store questions and user progress
  • all the state manage by react context with react reducer

This project is build with:

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run server

Runs local server for fetching cities from data/data.json.
Open http://localhost:8000 to view it in the browser.