This repository contains the frontend implementation for the arithmetic calculator coded in React.
Install dependencies with:
npm i
And run the project with:
npm run start
This starts the app in development mode. Open http://localhost:3001 to view the app.
Run tests with:
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.