Skip to content

The project is a Currency Converter application developed in C# using Windows Forms. It fetches real-time currency symbols and exchange rates from an external API, allowing users to convert between different currencies with a user-friendly interface.

Notifications You must be signed in to change notification settings

BalginB/Exchange-with-API

Repository files navigation

Currency Converter

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.

imageGit

Features

  • Fetches real-time currency symbols.
  • Dynamic exchange rate retrieval.
  • User-friendly interface.
  • Displays time and date in real-time.
  • Exit option with visual cues.

Technologies

  • C# for application logic.
  • Windows Forms for the graphical user interface.
  • RestSharp for API requests.
  • JSON Serialization for data handling.

Usage

  1. Clone the repository.
  2. Enter your API key, which can be obtained from the apilayer website.
  3. Build and run the application.
  4. Select source and target currencies, input amount, and click "Convert."

About

The project is a Currency Converter application developed in C# using Windows Forms. It fetches real-time currency symbols and exchange rates from an external API, allowing users to convert between different currencies with a user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages