Skip to content

shubhamdp/school

Repository files navigation

School

Step wise solution to arithmetic problmes. Supported actions:

  • Addition
  • Subtraction
  • Multiplication

Deployed at: https://shubhamdp.github.io/school/

Get started

  • Clone the repo
  • Install the dependencies
npm install
  • Start the project
npm start

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

To deploy

npm run deploy