A live currency conversion tool that fetches real-time exchange rates and converts an amount from one currency to another.
- Convert between USD, EUR, GBP, INR, and JPY
- Swap "From" and "To" currencies with one click
- Displays the live exchange rate and converted amount
- Fetches real-time rates from the Frankfurter API
- HTML5
- CSS3
- JavaScript (Vanilla) with the Fetch API
- Clone or download this folder.
- Open
index.htmlin your browser (requires an internet connection for live rates). - Enter an amount, select the "From" and "To" currencies, and click Get Exchange Rate.
Currency_Convertor/
├── index.html
├── style.css
└── script.js