An open API service indexing awesome lists of open source software.

https://github.com/dev-kant-kumar/calculator

Simple calculator web application built with HTML, CSS, and JavaScript. Perform basic arithmetic operations and view results instantly.
https://github.com/dev-kant-kumar/calculator

arithmetic-calculator basic-arithmetic-calculator calculator calculator-application calculator-html-css-js calculator-javascript online-calculator-utility versatile-online-calculator

Last synced: 4 months ago
JSON representation

Simple calculator web application built with HTML, CSS, and JavaScript. Perform basic arithmetic operations and view results instantly.

Awesome Lists containing this project

README

          

# Calculator Web App
![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

Try out the calculator live [here](https://dev-kant-kumar.github.io/Calculator/).

## Usage

- Click on the number and operator buttons to input your calculation.
- 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: Click 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.

## License

This project is licensed under the [MIT License](LICENSE).