- Designed and implemented a responsive web application for seamless currency conversion
- Retrieves real-time exchange rates through asynchronous API calls
- Dynamically updates the interface based on user inputs using DOM manipulation
- Enables users to select currencies, input amounts, and view instant conversions
- User-friendly layout for an intuitive experience across devices
- HTML for structure
- CSS for styling and responsive layout
- JavaScript for logic, event handling, and API interaction
- ExchangeRate API for live currency data
- Choose the source and target currencies from the dropdown menus
- Enter the amount to be converted
- Click the Convert button to display the result instantly
To run the project locally:
git clone https://github.com/TharunGit220/Currency-Convertor