A sleek and responsive Currency Converter web application built with HTML, CSS, and JavaScript. Instantly convert amounts between different world currencies using real-time exchange rates from an API.
- Live currency conversion with up-to-date exchange rates
- User-friendly interface
- Supports multiple currencies
- Real-time input conversion
- Swap currencies with a single click
- HTML β Markup and layout
- CSS β Styling and layout responsiveness
- JavaScript β Logic, API handling, and interactivity
- Exchange Rate API β (https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/) for fetching live rates
Currency-Converter/ βββ index.html βββ style.css βββ app.js βββ README.md βββ code.js
- User selects "From" and "To" currencies from dropdown menus.
- Enters the amount to be converted.
- The app fetches the latest exchange rates using a public API.
- The converted amount is displayed instantly.
- Users can also swap currencies with a single click.
- Clone this repository:
git clone https://github.com/Pratiyasa/Currency-Convertor.git