Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.65 KB

File metadata and controls

76 lines (49 loc) · 1.65 KB

💱 Currency Converter Web App

A simple and responsive Currency Converter Web Application that allows users to convert amounts between different currencies using real-time exchange rates.


🚀 Features

  • 🌍 Real-time currency conversion using a public exchange rate API
  • 🔁 Convert between multiple international currencies
  • 📱 Fully responsive and user-friendly UI
  • ⚡ Fast and lightweight (pure HTML, CSS & JavaScript)
  • 🛡️ Basic error handling for invalid inputs and API issues

🛠️ Tech Stack

  • HTML5 – Structure of the web app
  • CSS3 – Styling and responsive design
  • JavaScript (ES6) – Logic, API integration, and DOM manipulation

📂 Project Structure

Currency Converter/
│── index.html        # Main HTML file
│── style.css         # Styling
│── app.js            # JavaScript logic
│── codes.js          # Currency & country codes

⚙️ How It Works

  1. User enters the amount to be converted.
  2. Selects From and To currencies.
  3. The app fetches live exchange rates from the API.
  4. Converted amount is displayed instantly.

▶️ How to Run the Project

  1. Download or clone the repository.
  2. Open index.html in any modern web browser.
  3. Start converting currencies 💸

🌐 API Used

  • Fawaz Ahmed Currency API (via CDN)

✨ Future Enhancements

  • Add currency flags
  • Dark mode support
  • Searchable currency dropdown
  • Offline fallback handling

📌 Author

Om Jadhav Aspiring Software & Cybersecurity Engineer


⭐ If you like this project, don’t forget to star it and share your feedback!