Transformer Currency Converter is a JavaFX application that allows users to convert currency values between different currencies using real-time exchange rates. The application fetches exchange rates from an external API and provides a user-friendly interface for performing currency conversions.
- Convert between various currencies, including USD, EUR, GBP, JPY, KRW, and more.
- Real-time exchange rates fetched from the ExchangeRate-API.
- User-friendly interface with input and display text fields.
- Clear fields on mouse click.
- Automatic conversion as you type.
These instructions will help you set up and run the Transformer Currency Converter application on your local machine.
- Java Development Kit (JDK) 8 or later.
- Internet connection for fetching real-time exchange rates.
-
Clone the repository to your local machine:
git clone https://github.com/Jeampierss/Converter-Using-API.git
-
Open the project in your Java Integrated Development Environment (IDE).
-
Build and run the
TransformerApplication
class to start the application.
- Launch the application.
- Enter the amount in the source currency text field.
- Converted amounts in other currencies are calculated and displayed as you type.
- Click on any text field to clear all fields.
- Close the application when done.
- Jimmy Florian