https://github.com/nerddiffer/simplecalculator
a very simple calculator. basic arithmetic only. try it with your keyboard!
https://github.com/nerddiffer/simplecalculator
Last synced: 12 months ago
JSON representation
a very simple calculator. basic arithmetic only. try it with your keyboard!
- Host: GitHub
- URL: https://github.com/nerddiffer/simplecalculator
- Owner: NerdDiffer
- Created: 2014-05-06T04:51:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T19:46:52.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T20:30:38.686Z (about 1 year ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simpleCalculator
================
a very simple calculator. basic arithmetic only. try it with your keyboard!
my work from The Odin Project:
try it out live:
###notable keyboard shortcuts:
* **'delete' key**: clear the screen and start a new expression
* **'enter' key**: evaluate your expression
* **'%' or 'Shift + 5'**: modulus operation
* **'(' or 'Shift + 9'**: left parenthesis
* **')' or 'Shift + 0'**: right parenthesis