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

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

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

![Calculator App](screenshots/calculator.png)

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