This is a simple currency converter web application that allows users to convert between different currencies. It supports real-time currency conversion using the Currency Conversion and Exchange Rates API.
- Convert between various currencies with real-time exchange rates.
- Select currencies from dropdown menus for both the source and target currencies.
- Input the amount to convert and get instant conversion results.
- Displays the flag of the selected currency for better visualization.
- Select the currency you want to convert from in the "From" dropdown menu.
- Select the currency you want to convert to in the "To" dropdown menu.
- Enter the amount you want to convert in the input field.
- Click the "Convert" button to see the conversion result.
- HTML
- CSS
- JavaScript
- Fetch API for making API requests
- Flexbox for layout
Currency Conversion and Exchange Rates API (https://rapidapi.com/developer/docs)
https://abaid78.github.io/Currency-Converter/
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on GitHub. ##Credits: This project was created by Abaid Ullah. It uses the Currency Conversion and Exchange Rates API provided by RapidAPI.