This project was done in Brainnest Frontend Development course. The goal for the project was to build a calculator application that would tackle different user interactions without crashing.
Try the calculator app here: https://heini-maria.github.io/Javascript-Calculator/
- Functions for all of the basic math operators
- backspace and clear functions
- keyboard support
- HTML
- CSS
- JavaScript
- to add styling for keyboard events
I really enjoyed this project, it gave me a lot of practice with basic JavaScript. The most challenging part was to get my head around all the possible user interactions and how to take them into account in the code.