This is a project I’ve done while doing the freeCodeCamp to get my FCC Front End Certificate.
See the complete challenge specifics at FCC JavaScript Calculator.
Objective
Build a CodePen.io app that is functionally similar to this.
Fulfill the 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.
CodePen
This is the solution I’ve submitted using React on CodePen.
See the Pen React Calculator by Lorenzo (@lorepirri) on CodePen.
If this article was useful to you, please share it using your favorite way for doing it! If you have suggestions of improvement or you’ve found something wrong, please let me know!