A simple web-based calculator app built using HTML, CSS, and JavaScript. The calculator allows basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Supports basic arithmetic operations:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
) - Percentage (
%
)
- Addition (
- Includes
C
button to clear the display. - Includes
DEL
button to delete the last entered character. - Responsive button layout with hover effects.
- Simple, clean, and intuitive user interface.