This project was created as one of my final projects for the FreeCodeCamp Frontend Frameworks certification. It was bootstrapped with Create React App.
>> Try it out!
- Run
yarn start
- Calculate!
- Click the hamburger menu in the upper left corner
- Select "Javascript Calculator" from the dropdown menu
- Click "Run Tests"
(Not required by FCC)
- Clear display if user starts entering new number after equals (instead of appending to old number)
- Add handling for long inputs so display doesn't stretch
- Add handling for long calculation results so display doesn't stretch
The following are things I learned over the course of creating this app.