This is a simple calculator web app designed to perform basic mathematical operations. It provides a user-friendly interface with the following features:
-
Input Display: The app features a visually appealing input display at the top, showing the current equation or calculation.
-
Numerical Buttons: Numeric buttons (0-9) are available for inputting digits for your calculations.
-
Operator Buttons: Operator buttons for addition (+), subtraction (-), multiplication (x), and division (/) make it easy to build complex equations.
-
Delete Button: The "DEL" button allows you to delete the last input digit or operator, helping you correct your input.
-
Equals Button: The "=" button performs calculations and displays the result of the entered equation in the input display.
-
Reset Button: The "RESET" button clears the input and allows you to start a new calculation.
