A simple calculator built using HTML, CSS and JavaScript
-
Can be controlled using either mouse / touchscreen or by using the keyboard pressing the corresponding keys.
-
Backspace deletes last digit.
-
Last operation will show up above the input box every time any of the operators is selected.
-
Pressing ± after entering the number will change the number to negative one.