This is a simple calculator application developed using HTML, CSS, and JavaScript. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Basic Operations: Supports addition, subtraction, multiplication, and division.
- Clear Display: Clear the entire input using the "AC" button.
- Delete Function: Remove the last entered digit using the "DEL" button.
- Responsive Design: Works well on different screen sizes.
- Enter Numbers: Click the number buttons to enter digits.
- Select Operation: Click the operation buttons (+, -, *, /) to choose the arithmetic operation.
- Compute Result: Click the "=" button to compute the result.
- Clear Display: Click the "AC" button to clear all inputs.
- Delete Digit: Click the "DEL" button to delete the last entered digit.
- HTML
- CSS
- JavaScript
You can view a live demo of the project here.
- Clone the repository:
git clone https://github.com/CeciliaRava1/calculator.git
- Open
index.html
in your browser to use the calculator.