The Odin Project: Calculator
https://www.theodinproject.com/lessons/foundations-calculator
live: https://sakshamsds.github.io/simple-calculator/
learnings:
- Handling different types of inputs
- Using multiple event listeners
- Element transformations
- Keyboard events handling
- Data manipulation/conversion