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.
- Host: GitHub
- URL: https://github.com/dev-kant-kumar/calculator
- Owner: dev-kant-kumar
- Created: 2024-04-17T12:34:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T15:58:56.000Z (over 1 year ago)
- Last Synced: 2025-05-05T21:46:58.900Z (about 1 year ago)
- Topics: arithmetic-calculator, basic-arithmetic-calculator, calculator, calculator-application, calculator-html-css-js, calculator-javascript, online-calculator-utility, versatile-online-calculator
- Language: JavaScript
- Homepage: https://dev-kant-kumar.github.io/Calculator/
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Web App


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).