This is a currency converter web application built using JavaScript and an external API to fetch real-time exchange rates. With this tool, users can quickly convert currencies based on the latest market rates.
- Utilizes an external API to fetch real-time exchange rates.
- Supports conversion between a wide range of currencies.
- Clean and intuitive user interface.
- Responsive design for seamless use across devices.
- JavaScript: for the logic and functionality of the converter.
- HTML/CSS: for the structure and styling of the web interface.
- API: Utilizes an external API (mention the name of the API if specific) for fetching exchange rates.
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser. - Enter the amount to convert and select the source and target currencies.
- Click on the "Convert" button to see the converted amount.