Simple calculator built with HTML, CSS, and JavaScript
Features include buttons representing the digits, four main operations, all clear (A/C), negation, and decimal points.
The calculator has keyboard support for the numbers, four main operations, backspace, and equals sign (=).
Backspace can delete digits one at a time.
The calculator can also be cleared by typing backspace directly after any equals sign.