https://github.com/ayoisaiah/javascript-calculator
Project #7 for freeCodeCamp's Front-End Development Certificate
https://github.com/ayoisaiah/javascript-calculator
freecodecamp javascript-calculator
Last synced: 5 months ago
JSON representation
Project #7 for freeCodeCamp's Front-End Development Certificate
- Host: GitHub
- URL: https://github.com/ayoisaiah/javascript-calculator
- Owner: ayoisaiah
- License: mit
- Created: 2017-03-30T06:56:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T18:15:57.000Z (over 5 years ago)
- Last Synced: 2024-03-21T13:56:44.491Z (almost 2 years ago)
- Topics: freecodecamp, javascript-calculator
- Language: JavaScript
- Homepage: https://ayoisaiah.com/javascript-calculator
- Size: 27.3 KB
- Stars: 52
- Watchers: 5
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Calculator
This is the 7th project for freeCodeCamp's Front-End Development certificate.
Completed On: 28 January 2016
Last Updated: 30 March 2017
## Objectives
Build an app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/rLJZrA/.
**Rule #1**: Don't look at the example project's code. Figure it out for yourself.
**Rule #2**: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
## User Stories
- 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.
## My Work
