Example output
Currency Converter Tool
Write a complete responsive code of a currency converter tool in HTML with CSS and JavaScript. Allow users to input an amount and select currencies for conversion (e.g., USD, EUR, GBP). Implement a real-time exchange rate fetch feature via an API to ensure accurate conversions. Include an option to display historical exchange rate data and a button to clear inputs. Ensure the design is responsive, adjusting to different screen sizes with clearly visible input fields, dropdowns, and conversion results. Use JavaScript to handle the conversion logic and API integration for live exchange rates.