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:
In the project directory, you can run:
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.
Runs local server for fetching cities from data/data.json.
Open http://localhost:8000 to view it in the browser.