This is a solution to the the calculator app on The Odin Project.
The calculator should be able to:
- Add, subtract, multiply, and divide
- Store and evaluate a sequence of calculations
- Display final and intermediate results
- Clear its results
- HTML
- CSS (including Flexbox and Grid)
- JavaScript