https://github.com/o2sa/calculator
Simple calculator app
https://github.com/o2sa/calculator
calculator calculator-application java
Last synced: 6 months ago
JSON representation
Simple calculator app
- Host: GitHub
- URL: https://github.com/o2sa/calculator
- Owner: O2sa
- Created: 2022-07-19T20:46:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T20:10:13.000Z (over 1 year ago)
- Last Synced: 2025-02-15T03:17:09.183Z (8 months ago)
- Topics: calculator, calculator-application, java
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
Calculator App is a simple application that allows users to perform basic mathematical calculations. It is built using Java.
## Features
- **Basic Operations**: Perform addition, subtraction, multiplication, and division.
- **Memory Functions**: Store and recall previous calculations.
- **Scientific Functions**: Access advanced mathematical functions such as square root, power, and trigonometric functions (optional).
- **User-friendly Interface**: Intuitive design for ease of use.## Screenshots

## How to Use
1. **Installation**:
- Clone this repository:
```bash
git clone https://github.com/o2sa/calculator-app.git
```
- Open the project in your preferred Java IDE.2. **Run the Application**:
- Build and run the project in your IDE.3. **Perform Calculations**:
- Use the buttons on the calculator interface to input numbers and perform operations.
- Use memory functions to store and recall previous calculations.## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/new-feature`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature/new-feature`).
6. Create a new Pull Request.## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
- [Java](https://www.java.com): Programming language used for development.