Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.31 KB

🌍 Currency Converter

This is a real-time currency converter that fetches live exchange rates using an API and displays conversions between various currencies. It supports over 100 currencies globally.


✨ Key Features

  • 🔄 Real-Time Data: Fetches live currency exchange rates using an API.

  • 💱 Wide Currency Support: Includes over 100 different currencies from across the globe.

  • 🚀 User-Friendly: Simple interface for quick and easy conversions.

  • Async/Await Implementation: Efficient handling of API calls using async/await, ensuring real-time updates without lag.


🛠️ How It Works

  1. API Fetch: Fetches live currency data from an external API in JSON format.
  2. Async/Await: Uses async/await to handle API calls, ensuring real-time data fetching without blocking the UI.
  3. Conversion: Users input an amount, select their desired currencies, and the application calculates the converted amount based on live exchange rates.

🎓 Learning Journey

As a student, I’ve recently learned about async/await and applied it to handle asynchronous API requests efficiently in this project.


📦 Installation

  1. Clone the repository:
    git clone https://github.com/Mannan-Ali/Currency-Converter.git