Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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