Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1 KB

README.md

File metadata and controls

32 lines (19 loc) · 1 KB

Currency-Converter

A Java GUI project for the course 21CSE306, implementing a currency converter using OOP principles and swing packages. This project provides a user-friendly interface to convert between different currencies.

Features

  • User-Friendly GUI: The application features an intuitive and easy-to-use graphical interface that allows users to interact seamlessly with the currency converter.

  • Supports Multiple Currencies: Provides a wide range of supported currencies with a string array, allowing users to convert between various international currencies.

  • Applied Principles of OOP

How to Use

  1. Clone the Repository:
    git clone https://github.com/DeveloperLevin/Currency-Converter-java.git
    
  2. Navigate to src Directory
    cd directory-name
    
  3. Run the Program Run the CurrencnyConverter.java which directs to the myFrame.java file that holds the constructor
    javac file-name.java
    
    

Dependencies

Java Development Kit (JDK)