π° Currency Converter Web App
A simple yet powerful Currency Converter that fetches real-time exchange rates using the ExchangeRate API. Built with JavaScript, Tailwind CSS, and asynchronous API handling, this project provides an intuitive way to convert currencies dynamically.
Client
Website
A simple yet powerful Currency Converter that fetches real-time exchange rates using the ExchangeRate API. Built with JavaScript, Tailwind CSS, and asynchronous API handling, this project provides an intuitive way to convert currencies dynamically.
β
Live exchange rates powered by the ExchangeRate API
β
Country flags dynamically updated using the Flags API
β
Responsive UI with Tailwind CSS for a sleek and modern look
β
Asynchronous JavaScript using fetch()
and async/await
β
Error handling for invalid inputs and API failures
1οΈβ£ Clone the repository:
2οΈβ£ Open the project in a browser:
Just open index.html
in your browserβno extra setup needed!
β Handling API rate limits on free-tier plans
β Ensuring smooth dropdown updates when selecting currencies
β Fixing broken flag URLs due to incorrect country codes
β
How to work with multiple APIs efficiently
β
Error handling in JavaScript for smoother user experience
β
Advanced DOM manipulation for dynamic UI updates
β
Tailwind CSS for rapid UI development