Calculator built using JavaScript, HTML, and CSS.
To operate the calculator, the user can click the buttons to perform mathematical operations. Input can be cleared with the AC button.
Available operations:
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Practice breaking a problem down into modular parts for development
- Practice working with JavaScript string and array manipulation
- Practice manipulating the DOM
- Practice using event listeners
Available at: https://rhystirado.github.io/calculator/
Based on the Calculator project from The Odin Project