Javascript Calculator project from freeCodeCamp.org
- I can add, subtract, multiply and divide two numbers.
- I can clear the input field with a clear button.
- I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.
- Clone this project locally
- Run
npm install
in your CLI - Run
npx babel --watch src --out-dir . --presets react-app/prod
in your CLI - Serve the root folder with an HTTP Server to see the changes live
https://jeremies.github.io/javascript-calculator/
Here is the statement of the exercise:
Front End Libraries Projects - Build a Javascript Calculator | Learn | freeCodeCamp.org
- HTML5
- SASS
- jQuery
- React