Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nermeenkamal/calculator
JS Calculator
https://github.com/nermeenkamal/calculator
caculator-app css html js
Last synced: 4 days ago
JSON representation
JS Calculator
- Host: GitHub
- URL: https://github.com/nermeenkamal/calculator
- Owner: NermeenKamal
- License: mit
- Created: 2024-06-07T01:31:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T02:02:06.000Z (6 months ago)
- Last Synced: 2024-06-08T02:42:31.111Z (5 months ago)
- Topics: caculator-app, css, html, js
- Language: JavaScript
- Homepage: https://nermeenkamal.github.io/Calculator/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator App
This is a simple calculator web application built using HTML, CSS, and JavaScript.
## Description
This calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It also supports decimal numbers and multiple operations in a single expression.
## Features
- Addition
- Subtraction
- Multiplication
- Division
- Support for decimal numbers
- Multiple operations in a single expression## Getting Started
To use the calculator, simply open the `index.html` file in a web browser. The calculator interface will be displayed, allowing you to input numbers and perform calculations.
## Usage
1. Enter numbers using the buttons provided.
2. Use the operation buttons (+, -, *, /) to perform arithmetic operations.
3. Click the equals button (=) to calculate the result.
4. To clear the input, click the reset button (C).## Screenshots
## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or create a pull request.
## License
This project is licensed under the [MIT License](LICENSE).