Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.52 KB

Transformer Currency Converter

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.

Features

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

Screenshots

Application Screenshot

Getting Started

These instructions will help you set up and run the Transformer Currency Converter application on your local machine.

Prerequisites

  • Java Development Kit (JDK) 8 or later.
  • Internet connection for fetching real-time exchange rates.

Installing

  1. Clone the repository to your local machine:

    git clone https://github.com/Jeampierss/Converter-Using-API.git
  2. Open the project in your Java Integrated Development Environment (IDE).

  3. Build and run the TransformerApplication class to start the application.

Usage

  1. Launch the application.
  2. Enter the amount in the source currency text field.
  3. Converted amounts in other currencies are calculated and displayed as you type.
  4. Click on any text field to clear all fields.
  5. Close the application when done.

Author

  • Jimmy Florian