A calculator built with JavaScript to do your basic calculation.
Built with React, on top of create-react-app.
npm start- run the app in the development mode.npm run build- builds the app for production to thebuildfolder.
Thanks to freeCodeCamp for the detailed user stories guide to built this project.