A simple and responsive Currency Converter Web Application that allows users to convert amounts between different currencies using real-time exchange rates.
- 🌍 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
- HTML5 – Structure of the web app
- CSS3 – Styling and responsive design
- JavaScript (ES6) – Logic, API integration, and DOM manipulation
Currency Converter/
│── index.html # Main HTML file
│── style.css # Styling
│── app.js # JavaScript logic
│── codes.js # Currency & country codes
- User enters the amount to be converted.
- Selects From and To currencies.
- The app fetches live exchange rates from the API.
- Converted amount is displayed instantly.
- Download or clone the repository.
- Open
index.htmlin any modern web browser. - Start converting currencies 💸
- Fawaz Ahmed Currency API (via CDN)
- Add currency flags
- Dark mode support
- Searchable currency dropdown
- Offline fallback handling
Om Jadhav Aspiring Software & Cybersecurity Engineer
⭐ If you like this project, don’t forget to star it and share your feedback!