This is a simple calculator that can be used to sum, subtract, multiply and divide numbers. It is written in Javascript from scratch. It is also written in HTML and CSS. It is hosted on Github and can be viewed here. It is tested on firefox. This work is not finished yet, but it is a good start.
- It can sum, subtract, multiply and divide numbers.
- It can handle negative numbers.
- It can handle decimals.
- Click the buttons to use the calculator.
- The result will be shown in the output field.