Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 799 Bytes

File metadata and controls

27 lines (22 loc) · 799 Bytes

Currency Converter 💱

A live currency conversion tool that fetches real-time exchange rates and converts an amount from one currency to another.

Features

  • 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

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla) with the Fetch API

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser (requires an internet connection for live rates).
  3. Enter an amount, select the "From" and "To" currencies, and click Get Exchange Rate.

File Structure

Currency_Convertor/
├── index.html
├── style.css
└── script.js