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

https://github.com/jpmcb/javascript-calculator

A simple web app that can add, subtract, multiply and divide.
https://github.com/jpmcb/javascript-calculator

Last synced: about 1 year ago
JSON representation

A simple web app that can add, subtract, multiply and divide.

Awesome Lists containing this project

README

          

#JavaScript Calculator#

*A simple JavaScript calculator that can do simple arithmetic.*

An error message is thrown when the number is too big to fit the display screen. This calculator can add, subtract, divide, and multiple. Numbers are not rounded. The CA button, or **Clear All**, will reset the calculator. The C button, or **Clear**, will reset the calculator to the last resolved number. Message me with questions!

A working version of the app can be [found here](https://jpmcb.github.io/JavaScript-Calculator/).