A calculator application made using ReactJS following an Everything React tutorial.
Tutorial was followed for layout, but calculations were modified to follow the Reverse Polish notation.
- Pop operands off of array after calculating result.
- Allow backspace to properly edit previous operand.