The 1000th React Calculator
Mockups
Thanks Draw.io
Demo
Deployed on firebase host service
https://calculator-1000.firebaseapp.com/
Basic Calculator
- Testing dealing with string expression
- Dealing with priority expressions (multiplication/division) checks
Next steps
- maybe include paranthesis
- save previous results and show pre-results under the current expression
- enable +/- sign user inputs
- keyboard events (already POC but i didn't implemented)