A C# Windows Forms application for real-time currency conversion. Utilizes an external API to fetch currency symbols and exchange rates. Users can easily convert between currencies with an intuitive interface.
- Fetches real-time currency symbols.
- Dynamic exchange rate retrieval.
- User-friendly interface.
- Displays time and date in real-time.
- Exit option with visual cues.
- C# for application logic.
- Windows Forms for the graphical user interface.
- RestSharp for API requests.
- JSON Serialization for data handling.
- Clone the repository.
- Enter your API key, which can be obtained from the apilayer website.
- Build and run the application.
- Select source and target currencies, input amount, and click "Convert."