Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shgysk8zer0/freecodecamp-calculator
FreeCodeCamp: Build a JavaScript Calculator
https://github.com/shgysk8zer0/freecodecamp-calculator
calculator freecodecamp frontend project
Last synced: 6 days ago
JSON representation
FreeCodeCamp: Build a JavaScript Calculator
- Host: GitHub
- URL: https://github.com/shgysk8zer0/freecodecamp-calculator
- Owner: shgysk8zer0
- License: gpl-3.0
- Created: 2017-10-12T20:49:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T20:54:38.000Z (about 7 years ago)
- Last Synced: 2024-10-19T03:57:39.472Z (18 days ago)
- Topics: calculator, freecodecamp, frontend, project
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freecodecamp-calculator
[FreeCodeCamp: Build a JavaScript Calculator](https://www.freecodecamp.org/challenges/build-a-javascript-calculator)[![screenshot](https://i.imgur.com/mJYbmhh.png)](https://www.freecodecamp.org/challenges/build-a-javascript-calculator)
1. [ ] **Objective**: Build a [CodePen.io](https://codepen.io/) app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/rLJZrA/.
2. [ ] Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use whichever libraries or APIs you need. Give it your own personal style.
3. [ ] **User Story**: I can add, subtract, multiply and divide two numbers.
4. [ ] **User Story**: I can clear the input field with a clear button.
5. [ ] **User Story**: I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.
6. [ ] Remember to use [Read-Search-Ask](https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514) if you get stuck.
7. [ ] When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
8. [ ] You can get feedback on your project by sharing it with your friends on Facebook.