A desktop application built using C++ and Qt Framework that provides real-time currency exchange rates. Convert between different currencies with a simple, intuitive graphical interface powered by ExchangeRate-API.
- C++
- Qt Framework
- ExchangeRate-API.com
- CMake
- Real-time currency exchange rate data
- Simple and intuitive Qt-based GUI
- Convert between multiple international currencies
- Shows conversion 1 unit of source currency to destination currency
- User selects source currency and target currency from dropdown menus
- Application sends HTTP request to ExchangeRate-API.com
- API returns current exchange rates in JSON format
- Application displays the conversion result
- Qt 5.x or 6.x installed
- Internet connection (for API access)
- ExchangeRate-API key (you can make one at the official website)
WIP
This project uses the free tier of ExchangeRate-API.com
- Free tier allows up to 1,500 requests per month
- No authentication required for basic usage
- Active internet connection required
- Exchange rates update frequency depends on API plan
- Limited to currencies supported by ExchangeRate-API
This project was built to self-learn Qt GUI development and practice API integration in C++
This is a showcase project. Contributions are welcome but not expected.