-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Description:
Currency Converter should allow users to convert between multiple currencies. You can either use a currency conversion API to fetch real-time rates or create a static conversion table with a few predefined rates for simplicity.
Key Features:
User Input:
- An input field for users to enter the amount they wish to convert.
- Dropdown menus for selecting the source currency and target currency.
Conversion Logic:
- Calculate the converted amount using either real-time data from an API or static rates.
- Display the converted amount in a clear, readable format.
Responsive Design:
- Ensure the application looks good on both desktop and mobile devices.
Error Handling:
- Provide feedback if the user inputs invalid data or if conversion rates are unavailable.