iOS-like Calculator

This is a practice project in which I try to replicate iOS calculator's both logic and styling.

You can see the code for this project in GitHub

In case you spot room for improvement, feel free to let me know or to open a pull request with your implementation!


How to use

  • AC or C   Clear the last input
  • +/-   Assign the additive inverse
  • %   Find the 1% of the last input
  • ÷   Division operator
  • x   Multiplication operator
  • -   Minus operator
  • +   Plus operator
  • =   Equals operator