This project is developed as part of the academic practice. The project represents an information system designed to convert currency amounts using exchange rates obtained from external banking APIs.
- Currency conversion between any two currencies
- Real-time exchange rate fetching from NBU and a commercial bank API
- Display of both official and commercial exchange rates
- Input validation and error handling
- Logging of all API requests (date, time, source, URL, response)
- Intuitive graphical user interface
- C#
- WPF (.NET Framework)
- .NET Framework 4 or higher
-
Clone or download the repository.
-
Open the project in Visual Studio.
-
Build the solution:
Build > Build Solution (Ctrl+Shift+B)
- Run the application:
Debug > Start Debugging (F5)
