Simple implementation of a calculator
link to application: https://kniffina.github.io/angularJS-calculator/
To Add List:
-
Edit calculator.controller to fix multiple periods in > 1st number with error output.
-
Add unit testing for revised controllers in calculator and modal.
-
Allowing users to add (, {, [ etc. to string together longer problems. Most likely with a stack.
-
Adding feature that changes operator if it will result in an error message.