Skip to content

techednelson/Javascript-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeCodeCamp-Challenge | Advanced Front End Development 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://codepen.io/techednelson/full/gxorJr/

Contribution

Pull Requests to fix a bug or enhance this project are welcome. Please follow these steps to contribute.

License

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.