
# Currency Converter

## Overview

This is a currency converter that allows users to convert between different currencies. It fetches live exchange rates and performs conversions based on the selected currencies
using rate data from [ExchangeRate-API](https://www.exchangerate-api.com)

โปรแกรมสำหรับการแปลงสกุลเงินต่างประเทศด้วยการดีไซน์ระบบตำบลอย่างมินิมอล :> 

ใช้ข้อมูลอัตราการแลกเปลี่ยนจาก [ExchangeRate-API](https://www.exchangerate-api.com)

## Requirements

- **JDK 23 or higher** is required to run this program

If you don’t have JDK 23 installed, download and install it from the following link:

- [JDK 23 Download](https://jdk.java.net/23/)

ใช้ JDK 23+ ขึ้นไปในการรันโปรแกรม ถ้ายังไม่มีให้โหลดจาก link ข้างบน

## Usage

To run the Converter, you need to define your API KEY in [config.properties](src/main/resources/config.properties) and run the [CurrencyConverter.java](src/main/java/com/github/blaxk3/converter)
You can get free key from the above mentioned websites

สำหรับผู้ที่จะใช้งาน ให้ใส่ API KEY ของตัวเองใน [config.properties](src/main/resources/config.properties) และรันไฟล์ [CurrencyConverter.java](src/main/java/com/github/blaxk3/converter)

รับ key ได้ฟรีจากเว็บไซต์ที่ได้กล่าวไปข้างต้น

## License

This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code as per the terms of the license
