This web application allows users to convert currency amounts from one currency to another in real-time. It fetches the latest exchange rates from an external API and dynamically populates dropdown menus with available currencies for selection. Users can input the amount they want to convert, choose the currency they want to convert from and to, and click the "Send" button to get the converted amount instantly displayed. The application includes error handling to provide feedback on invalid inputs. It is built using HTML, CSS, and JavaScript for a responsive and intuitive user experience.
- Enter the amount you want to convert in the "Amount" field.
- Select the currency you want to convert from and to using the dropdown menus.
- Click the "Send" button to see the converted amount in real-time.
- No external dependencies required. The application fetches exchange rates from an external API.
This application utilizes the CurrencyFreaks API to fetch the latest exchange rates. Visit CurrencyFreaks for more information.
This project is licensed under the MIT License. See the LICENSE file for details.