This is a sample Quiz app using React Hooks (useReducer() + useContext()).
If you want to use it on your local environment you can run:
npm start
It will run the app in development mode and it will open http://localhost:3000 in your browser.
This app was created for a React Hooks tutorial, if you want to follow the tutorial on Youtube go there: https://youtube.com/CarlosMafla
Pull requests are welcome.