🌍 A simple and interactive Currency Converter Web App built with HTML, CSS, and JavaScript. It allows users to quickly convert between world currencies using live exchange rates with country flags for a visually engaging experience.
With globalization and increasing international transactions, there is a need for a fast, lightweight, and easy-to-use currency converter. Many apps are bloated or require sign-ups. This project provides a minimal, no-login tool for real-time conversion.
- ✅ Dropdowns for selecting "From" and "To" currencies
- ✅ Auto-display of respective country flags 🌎
- ✅ Live exchange rate fetching using API
- ✅ Default selection: USD → INR
- ✅ Responsive design with styled form
- ⏳ Pending: Dark mode, favorite currency pairs, offline cache
This app enables users to:
- 💵 Enter any amount in the source currency
- 🔄 Switch between currencies easily
- 🏳️🌈 See flags of countries alongside their codes
- 📊 Get real-time exchange rate results instantly
- 🌐 HTML5 – Structure
- 🎨 CSS3 – Styling & responsiveness
- ⚡ JavaScript (Vanilla) – Functionality and API handling
- 🔗 Currency API (Fawaz Ahmed) – Real-time exchange rates
- 🏳️ Flags API – Country flags
Example:
- 📥 Clone the repository
git clone https://github.com/Smasher5/currency-converter.git cd currency-converter
