Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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