The Currency Converter Project is a web application that allows users to convert amounts between different currencies using real-time exchange rates. The application fetches the latest currency rates from the Currency API and provides a user-friendly interface for currency selection and amount input.
- Real-time Currency Conversion: Fetches the latest exchange rates from the Currency API.
- User -Friendly Interface: Simple dropdowns for selecting currencies and an input field for entering the amount.
- Dynamic Currency Flags: Displays the flag of the selected currency next to the dropdown.
- Default Values: Automatically sets default currencies (USD to INR) on load.
- HTML
- CSS
- JavaScript
- Fetch API for making HTTP requests
- Currency API for real-time exchange rates
-
A modern web browser
-
Internet connection to fetch currency data
- Clone the repository: git clone https://github.com/priyakinha/Currency-Convertor-Project.git
- Navigate to the project directory: cd Currency-Convertor-Project
- Open currencyConvertor.html in your web browser.