The Odin Project - Calculator

This is a solution to the the calculator app on The Odin Project.

The challenge

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

Screenshot

screenshot

Links

Built with

  • HTML
  • CSS (including Flexbox and Grid)
  • JavaScript