[go: nahoru, domu]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-kant-kumar authored Apr 18, 2024
1 parent 7db1934 commit 99d5996
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
![Screenshot 2024-04-18 104354](https://github.com/dev-kant-kumar/Calculator/assets/101362859/01bf635e-05a2-4e5a-8a45-80aca8de95bb)
![Screenshot 2024-04-18 104507](https://github.com/dev-kant-kumar/Calculator/assets/101362859/9e54a7fd-d95d-4b2b-8a44-366e660829e1)





This is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator provides instant results and supports decimal numbers.

## Demo
Expand All @@ -18,6 +14,17 @@ Try out the calculator live [here](https://dev-kant-kumar.github.io/Calculator/)
- Press the "=" button to see the result.
- Use the "C" button to clear the calculation.

This calculator supports the following operations:

- Addition (+): Click the "+" button to add numbers together.
- Subtraction (-): Click the "-" button to subtract numbers.
- Multiplication (×): Click the "×" button to multiply numbers.
- Division (÷): Click the "÷" button to divide numbers.
- Modulus (%): Click the "%" button to calculate the remainder of division.
- Decimal numbers: Use the "." button to input decimal numbers.
- Cancel: Click the "X" button to delete the last entered character.
- Clear (C): Click the "C" button to clear the entire calculation.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
Expand Down

0 comments on commit 99d5996

Please sign in to comment.