This project is a simple calculator built using HTML, CSS, and JavaScript. It functions like a standard calculator, allowing users to perform the four basic arithmetic operations: addition, subtraction, multiplication, and division.
calculator.html: Contains the structure of the calculator. calculator.css: Styles the calculator to make it look good. calculator.js: Handles the logic and functionality of the calculator.