This is a simple calculator application built using Java Swing. The app allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. It features a user-friendly graphical interface for easy interaction.
- Basic arithmetic operations: Addition, Subtraction, Multiplication, Division
- Clear and Reset functionality
- Responsive GUI using Java Swing components
- Error handling for invalid inputs
- Clone the repository.
- Run the project using your preferred Java IDE or command line.
- Use the calculator to perform calculations by entering numbers and selecting operations.
- Java Development Kit (JDK) installed
- Java IDE (eg-Netbeans, IntelliJ IDEA, Eclipse) or command line tools
- Enter numbers using the buttons on the GUI.
- Select the desired arithmetic operation.
- Press the "=" button to see the result.
- Use the "C" button to clear the current input.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by basic calculator applications.
- Thanks to the Java Swing community for their support and resources.

