A 6-function standard calculator, created as an exercise in JavaScript for The Odin Project.
Things learned from this project:
- Using CSS Grid for more involved layouts
- Interfacing more complex JS with HTML and CSS
- Button focus and removing it
- Gained insight on handling user input for an interactive application