The Currency Converter API is a web-based application designed to provide real-time currency conversion between the Indian Rupee (INR) and various other global currencies.
- Real-time Currency Conversion: Get the latest exchange rates for INR against multiple global currencies.
- User-friendly Interface: Intuitive and responsive design for seamless user experience.
- API Integration: Utilizes a reliable currency conversion API for real-time data.
Frontend:
- HTML
- CSS
- JavaScript
- A web browser (Google Chrome, Mozilla Firefox, etc.)
- Internet connection for API access
- Enter Amount: Input the amount in INR that you want to convert.
- Select Currency: Choose the target currency from the dropdown list.
- Get Conversion: Click the "Convert" button to see the real-time converted amount.
-
Clone the repository:
git clone https://github.com/your-username/CurrencyConverter.git cd CurrencyConverter
-
Open the application:
- Open the
index.html
file in your preferred web browser.
- Open the