This repository now contains the graphical WPF application for currency conversion and rate viewing. The previous text-based console app has been deprecated and marked as removed.
- Open the WPF solution:
CurrencyExchangeApp/CurrencyExchangeApp.slnin Visual Studio (recommended).
- Live exchange rates fetched from public JSON endpoints
- Search, sort and refresh the currency list
- Export currency list to CSV (added)
- Converter with live rates, swap and refresh (added)
- Error handling and basic persistence utilities
- Clone the repository:
git clone https://github.com/mars-rift/currency-exchange.git cd currency-exchange - Open
CurrencyExchangeApp/CurrencyExchangeApp.slnin Visual Studio and run the app.
The app uses the public currency JSON APIs by Fawaz Ahmed:
