This is a simple and minimalistic calculator created using HTML, CSS, and JavaScript. The calculator includes all basic arithmetic operations and features a clean user interface.
- Addition
- Subtraction
- Multiplication
- Division
- Clear display
To use this calculator, follow these steps:
-
Open the Calculator:
- Open
index.html
in your web browser. You will see the calculator interface with a display and buttons.
- Open
-
Perform Calculations:
- Click on the number buttons (
0-9
) to enter numbers. - Click on the operator buttons (
+
,-
,*
,/
) to perform arithmetic operations. - Click on the
C
button to clear the display and reset the calculator. - Click on the
=
button to calculate the result of the entered expression.
- Click on the number buttons (
- Click on
1
. - Click on
+
. - Click on
2
. - Click on
=
.
The display will show 3
.
- Clone the repository
- Click on the index.html file and open it on your browser.
All contributions are welcomed to futher enhance the calculator,Please feel free to submit a Pull Request.