Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.