Skip to content

Ganeshhhhh/Currency_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Currency Converter

A Currency Converter application built using Java and Swing. This desktop application allows users to convert between different world currencies.

Features

  • Convert between multiple currencies, including:

    • US Dollar (USD)
    • Indian Rupee (INR)
    • Brazilian Real (BRL)
    • Canadian Dollar (CAD)
    • Kenyan Shilling (KES)
    • Indonesian Rupiah (IDR)
    • Nigerian Naira (NGN)
    • Philippine Peso (PHP)
    • Pakistani Rupee (PKR)
  • Easy-to-use graphical user interface (GUI) built using Swing.

  • Supports resetting fields and exiting the application.

  • Shows conversion result in real-time.

How to Run

Prerequisites

  • Ensure you have the Java Development Kit (JDK) installed on your machine.

Steps

  1. Clone the Repository:

    git clone https://github.com/Ganeshhhhh/currency_converter.git
  2. Navigate to the Project Directory:

    cd currency_converter
  3. Compile the Java Files:

    javac CurrencyConverter.java
  4. Run the Application:

    java CurrencyConverter

How It Works

  1. Select the currencies you want to convert from and to, using the dropdown menus.
  2. Enter the amount you want to convert in the first text field.
  3. Click "Convert", and the converted amount will be displayed in the second text field.
  4. You can also reset the form using the "Reset" button, or exit the application using the "Exit" button.

Controls

  • Convert: Converts the amount from one currency to another.
  • Reset: Clears all input fields and resets the dropdowns.
  • Exit: Closes the application.

Screenshots

Currency Converter

img01 image

Contributing

If you'd like to contribute to this project, feel free to submit pull requests or report issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages