Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samyam81/currency-calculator
A Java application facilitating real-time conversion between CAD, USD, and AUD with a user-friendly interface.
https://github.com/samyam81/currency-calculator
java swing
Last synced: 6 days ago
JSON representation
A Java application facilitating real-time conversion between CAD, USD, and AUD with a user-friendly interface.
- Host: GitHub
- URL: https://github.com/samyam81/currency-calculator
- Owner: samyam81
- Created: 2024-02-06T06:20:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:59:23.000Z (9 months ago)
- Last Synced: 2024-05-21T08:05:31.396Z (9 months ago)
- Topics: java, swing
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Calculator
This project implements a simple currency calculator application in Java. It provides functionality to convert a given amount between three different currencies: Canadian Dollars (CAD), US Dollars (USD), and Australian Dollars (AUD).
## Features
- Conversion between CAD, USD, and AUD.
- User-friendly interface with numeric input.
- Real-time display of conversion results.## Getting Started
To run the application locally, follow these steps:
1. Clone this repository to your local machine.
2. Open the project in your preferred Java IDE.
3. Compile and run the `CurrencyChange.java` file located in the `Currency` package.```bash
javac CurrencyChange.java
java CurrencyChange
```4. The application window will appear, allowing you to input values and perform currency conversions.
## Usage
1. Enter a numerical value using the provided numeric buttons.
2. Select the desired currency conversion by clicking on the corresponding button (`CanCurrency`, `USCurrency`, `AusCurrency`).
3. The converted value will be displayed in the lower text field.
4. To perform another conversion, clear the input field and repeat the process.## Dependencies
This application requires Java Swing for the graphical user interface.
## Contributing
Contributions are welcome! If you have any suggestions, bug fixes, or feature implementations, feel free to open an issue or create a pull request.
## Usage
1. Enter a numerical value using the provided numeric buttons.
2. Select the desired currency conversion by clicking on the corresponding button (`CanCurrency`, `USCurrency`, `AusCurrency`).
3. The converted value will be displayed in the lower text field.
4. To perform another conversion, clear the input field and repeat the process.## Dependencies
This application requires Java Swing for the graphical user interface.
## Contributing
Contributions are welcome! If you have any suggestions, bug fixes, or feature implementations, feel free to open an issue or create a pull request.
```