This is a basic calculator built using HTML, CSS, and JavaScript. It allows users to perform simple arithmetic operations like addition, subtraction, multiplication, and division.
✅ User-friendly interface
✅ Supports basic arithmetic operations (+, -, *, /)
✅ Responsive design, works on all devices
✅ Instant calculation without page reload
Users can click number buttons to enter values.
Click on operator buttons (+, -, *, /) to choose the operation.
Press "=" to get the result.
"C" button clears the input.