This project was bootstrapped with Create React App.
Test your addition skills with this app.
Check this app in action here
- clone this repo
git clone https://github.com/Manmohan7/MathQuiz.git
- install the dependencies using
npm install
To run this app on your local use the command npm run start
and navigate to http://localhost:3000/
to access the app.
The app will automatically reload if you change any source file.
Run npm run build
to build the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
To deploy the project on github pages, use the command npm run deploy
.