https://github.com/pappukp/javascript-calculator
Free CodeCamp - Front End Libraries Certification Projects - JavaScript Calculator.
https://github.com/pappukp/javascript-calculator
calculator-application freecodecamp-frontend freecodecamp-project javascript javascript-calculator web-application
Last synced: about 1 month ago
JSON representation
Free CodeCamp - Front End Libraries Certification Projects - JavaScript Calculator.
- Host: GitHub
- URL: https://github.com/pappukp/javascript-calculator
- Owner: PappuKP
- License: mit
- Created: 2020-08-24T20:22:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T20:27:36.000Z (over 4 years ago)
- Last Synced: 2025-01-23T22:15:21.520Z (3 months ago)
- Topics: calculator-application, freecodecamp-frontend, freecodecamp-project, javascript, javascript-calculator, web-application
- Language: JavaScript
- Homepage: https://js-best-calculator.netlify.app/
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeCodeCamp-Challenge | Front End Libraries Certification Project
# Build a JavaScript Calculator
Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/rLJZrA/.
Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
User Story: I can add, subtract, multiply and divide two numbers.
User Story: I can clear the input field with a clear button.
User Story: I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.
Final Project URL: https://js-best-calculator.netlify.app/
# Contribution
Pull Requests to fix a bug or enhance this project are welcome. Please follow [these steps](CONTRIBUTING.md) to contribute.
# License
[Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.](https://creativecommons.org/licenses/by-sa/4.0/)