This project is a simple calculator application built with HTML, CSS, and JavaScript. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division.It demonstrates fundamental web development skills and simple and attractive user interface design.
- Addition
- Subtraction
- Multiplication
- Division
- Clear input
calculater.html
- Contains the structure of the calculator.calculater.css
- Contains the styling for the calculator.calculater.js
- Contains the functionality for the calculator.