A simple calculator web application created using HTML, CSS, and JavaScript.
Visit the live demo to see the calculator in action.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Percentage calculation.
- Clear input with 'AC' button.
- Delete the last digit with 'DEL' button.
- Responsive design.
-
Clone the repository:
git clone https://github.com/your-username/calculator-website.git
-
Open the
index.html
file in your web browser. -
Start performing calculations!
This project is licensed under the MIT License.