An open API service indexing awesome lists of open source software.

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!

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