Calculator application built using React.
Head over to https://dnorkett.github.io/react-calculator/ for a live demo.
To get the frontend running locally:
- Clone this repo
npm install
to install all required dependenciesnpn start
to start local server (this project uses create-react-app)
Add, subtract, multiply, and divide.