A basic calculator built using HTML, CSS, and JavaScript. This calculator can perform basic arithmetic operations like addition, subtraction, multiplication, and division.
- Supports addition, subtraction, multiplication, and division
- Clear (C) and All Clear (AC) functionality
- Backspace to remove the last digit
- Decimal point support
- HTML for the structure of the calculator
- CSS for styling
- JavaScript for functionality
- Enter numbers: Click on the numbers (0-9) on the calculator.
- Perform operations: Click on
+,-,*, or/to choose an operation. - Equal button: Click
=to calculate the result. - Clear: Click
Cto remove the last entered digit. - All Clear: Click
ACto reset the calculator.
- Download or clone the repository.
- Open
https://simple-web-calculator-alpha.vercel.app/in your browser. - Start using the calculator!
