Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kawodyaarachchige/currency-converter

A simple JavaFX application for converting between different currencies, including USD, EUR, GBP, JPY, and LKR (Sri Lankan Rupee). Users can input the amount to convert, select the source and target currencies, and view the converted amount. Built with JavaFX and Java.
https://github.com/kawodyaarachchige/currency-converter

Last synced: 8 days ago
JSON representation

A simple JavaFX application for converting between different currencies, including USD, EUR, GBP, JPY, and LKR (Sri Lankan Rupee). Users can input the amount to convert, select the source and target currencies, and view the converted amount. Built with JavaFX and Java.

Awesome Lists containing this project

README

        

# Currency Converter

This project is a simple currency converter application built using JavaFX. It allows users to convert between different currencies, including USD, EUR, GBP, JPY, and LKR .The application provides a clean and intuitive user interface where users can input the amount they want to convert, select the source and target currencies, and view the converted amount.

## Features

- Input field for entering the amount to convert.
- Dropdown menus for selecting the source and target currencies.
- Convert button to trigger the currency conversion.
- Result label to display the converted amount.
- Supports conversion between USD, EUR, GBP, JPY, and LKR.

## Technologies Used

- JavaFX for building the graphical user interface.
- Java for the application logic.

## License

This project is licensed under the MIT License.

## Screenshots

![App Screenshot](https://imgur.com/ld2mu8A.png)