Skip to content

CSwebD/Currency_Converter_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

50 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Java Swing Currency Converter App

A simple desktop Currency Converter application built with Java Swing. It allows users to convert amounts between popular currencies including GBP, USD, EUR, INR, and more.

πŸ’‘ Features

  • Clean graphical interface using JFrame and JPanel
  • Converts between:
    • GBP (Britain)
    • USD (United States Dollar)
    • EUR (Euro)
    • INR (Indian Rupee)
    • CAD, AUD, CNY, CHF, NGN, MXN
  • Supports amount input, conversion, reset, and exit
  • Colorful layout with grouped sections

πŸ› οΈ Requirements

  • Java JDK 17 or newer
  • Eclipse IDE or any Java-compatible editor

πŸš€ How to Run

  1. Clone this repository:

    git clone https://github.com/yourusername/Currency_3.git
    cd Currency_3
  2. Open the project in your IDE (e.g., Eclipse or IntelliJ)

  3. Run the Currency_3.java file

πŸ“ Project Structure

Currency_Converter/
β”œβ”€β”€ src/
β”‚   └── Currency_3.java
β”œβ”€β”€ README.md
β”œβ”€β”€ image.png
β”œβ”€β”€ .gitignore

πŸ“· Screenshot

App UI

Releases

No releases published

Packages

No packages published

Languages