To Launch App:
- Unzip file
- Navigate to project folder in terminal
- npm install
- bower install
- gulp
Gulp will run mocha server tests in terminal window and open browser to calculator app.
Calculator app handles:
- Order of operations
- Keyboard control
- Percentages of displayed value
- Repeated pressing of "equals" button
- Scientific notation of large numbers