A simple JavaScript calculator-app developed with atom that allows user to conduct basic calculation.
- User arrives on landing page.
- User can conduct any of the following operations allowed by the calculator(+ - / * ^ %).
- The input and the output are displayed on the screen.
- User can clear the data by pressing 'C'.
- User can also change the sign of the inputed value from + to - and viseversa.
