/MathQuiz

Test your Maths skills with this app created using React.

Primary LanguageJavaScript

Math Quiz

This project was bootstrapped with Create React App.

Test your addition skills with this app.

Working

Check this app in action here

Project Setup

  • clone this repo git clone https://github.com/Manmohan7/MathQuiz.git
  • install the dependencies using npm install

Development Server

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.

Build

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.

gh-pages

To deploy the project on github pages, use the command npm run deploy.