This web application conveniently converts USD (United States Dollar) to a wide range of foreign currencies, leveraging the Open Exchange Rates API for accurate and up-to-date conversions.
- Effortless Conversion: Enter a USD amount and select a target currency using the sleek dropdown menu.
- Live Exchange Rates: Get instant results thanks to real-time data from the Open Exchange Rates API.
- Responsive Design: Enjoy a seamless experience on any device, be it a mobile phone, tablet, or desktop computer.
- Clean and Intuitive Interface: Navigate with ease thanks to the user-friendly layout and straightforward controls.
- HTML
- CSS
- JavaScript
- Bootstrap
Getting Started:
- Clone the Repository:
git clone [https://github.com/arnavnagpurkar/currency-converter.git](https://github.com/arnavnagpurkar/currency-converter.git)
- Open the Project: Navigate to the project directory:
cd Currency-Converter - Start the Server: Use a local development server (e.g., npm start, Python -m http.server) to run the application in your browser.
- Visit the
index.htmlfile in your web browser. - Select the desired currency from the dropdown - menu.
- Enter the USD amount in the input field.
- Click the "Convert" button to see the instantly - updated conversion rate.
This project is open-source and licensed under the MIT License, allowing for free use, modification, and distribution with proper attribution. See the LICENSE file for details.
A sincere thank you to the Open Exchange Rates team for providing their valuable API. This project is created by @arnavnagpurkar