Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.09 KB

Javascript Calculator

Javascript Calculator project from freeCodeCamp.org

Features

  • 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.

Screenshot

image

Running the project locally

  1. Clone this project locally
  2. Run npm install in your CLI
  3. Run npx babel --watch src --out-dir . --presets react-app/prod in your CLI
  4. Serve the root folder with an HTTP Server to see the changes live

Live version

https://jeremies.github.io/javascript-calculator/

Links

Here is the statement of the exercise:

Front End Libraries Projects - Build a Javascript Calculator | Learn | freeCodeCamp.org

Made using

  • HTML5
  • SASS
  • jQuery
  • React