This project is a simple calculator implemented using HTML, Tailwind CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator interface is designed using HTML and styled using Tailwind CSS. JavaScript is used to handle user input and perform the calculations using the onclick
event and the eval
function. The calculator displays the result of the calculation in the input field when the user clicks the equal sign button.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Clear (AC)
- Delete (DEL)
- Equal (=)
- HTML:5
- Tailwind CSS
- JavaScript
- onclick
- eval