Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kawodyaarachchige/currency-converter
- Owner: kawodyaarachchige
- License: mit
- Created: 2024-02-15T13:31:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T15:46:33.000Z (11 months ago)
- Last Synced: 2024-11-09T06:06:42.945Z (2 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)