https://github.com/patilyashh/calculator
https://github.com/patilyashh/calculator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/patilyashh/calculator
- Owner: PATILYASHH
- Created: 2023-12-27T05:44:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T06:00:06.000Z (over 2 years ago)
- Last Synced: 2025-01-13T03:33:21.497Z (over 1 year ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
This project is a simple calculator web application created using HTML, CSS, and JavaScript.
## Overview
This calculator app allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It provides a user-friendly interface with a layout resembling a traditional calculator, including number buttons, operation buttons, an input field, and a result display area.
## Live Demo
Check out the live demo of the calculator app [here](https://14855c97-f123-45e5-a1e2-90d3ab9740f9-00-2xnt8poe9tjyt.sisko.replit.dev/).
## Features
- Addition, subtraction, multiplication, and division operations.
- Input field to enter the arithmetic equation.
- Clear button to reset the input.
- Result display area.
## Usage
To use the calculator:
1. Enter the arithmetic equation in the input field.
2. Click the respective number buttons and operation buttons to input the equation.
3. Click "=" to get the result.
4. Click "C" to clear the input.
## Installation
No installation is required to use the calculator. Simply access the live demo link provided above in any web browser.
## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or create a pull request.
## Authors
- Yash Patil(https://github.com/PATILYASHH) - Creator of this calculator app.
## License
This project is licensed under the [MIT License](LICENSE).