A lightweight web-based calculator built with HTML, CSS, and JavaScript. It provides basic arithmetic operations and a clean, responsive interface.
Add, subtract, multiply, and divide numbers
Support for decimal values
Clear button to reset the display
Equals button to calculate the result
Visual feedback when operators are selected
Open index.html in your browser.
Click the number buttons to enter values.
Choose an operator (+, -, ×, ÷).
Press = to see the result.
Use AC to reset the calculator.
index.html → main page with calculator layout
calc.css → styles for the calculator interface
calc.js → logic for handling button clicks and calculations