The Calculator simulator is a project I developed as part of the Odin Project curriculum.
It is an interactive web project that mimics the functionality of a basic calculator.
Built with HTML, CSS, and JavaScript, this project provides users with the ability to perform basic arithmetic calculations, including addition, subtraction, multiplication, and division.
What I’ve Done
Developed the calculator interface using HTML and CSS to create an easy-to-use, responsive layout.
Implemented JavaScript functionality to handle basic arithmetic operations like addition, subtraction, multiplication, and division.
Added features like error handling (e.g., division by zero) and a clear button to reset the calculator.