Try it here!
A simple web calculator with mouse and keyboard functionality. Grants visual feedback when clicking with mouse or pressing the buttons with keyboard. This project was made to confirm that I'm comfortable with DOM manipulation, styling and injecting styles, JS Event Listeners, Clean Code practices and JS Syntax.
Button type "Button name": Keyboard button
Numbers "0-9": Digit0-9
Remove one character "DEL": Backspace
Remove all characters "AC": Delete
Multiply "x": *
Divide "÷": /
Add "+": +
Subtract "-": -
Decimal point ".": .
Negation "±": Shift-
Equals "=": Enter
or =