A slick and fast Currency Converter app built with vanilla JavaScript, HTML, and CSS β no frameworks, no fluff.
It fetches real-time exchange rates and provides instant conversion between global currencies.
- π Supports multiple global currencies
- π Real-time exchange rates
- π§ Intelligent defaults: USD β‘ INR
- π Fetches latest rates via free public API
- π‘ Dynamic DOM updates (no page reloads)
- π» Fully front-end: no backend required
- π§Ό Clean UI and readable codebase
- HTML5
- CSS3 (Vanilla)
- JavaScript (ES6+)
- ExchangeRate API or similar (you can plug in your own)
CurrencyConverter/
βββ index.html # Main app file (was api.html)
βββ api.css # Styling rules
βββ api.js # Fetch + DOM logic
βββ country.js # Currency-country map