A simple Currency Converter web application that allows users to convert an amount from one currency to another. It supports multiple currencies, including USD, EUR, GBP, NPR, and IND.
- Convert between five currencies:
- USD (US Dollar)
- EUR (Euro)
- GBP (British Pound)
- NPR (Nepalese Rupee)
- IND (Indian Rupee)
- Provides real-time conversion based on predefined rates.
- Validates user input to ensure accuracy.
The project consists of three main files:
index.html
: Contains the structure of the currency converter.style.css
: Provides the styling for the application.action.js
: Contains the logic for performing the currency conversion.
-
Enter the Amount:
- Input the amount you want to convert.
-
Select Currencies:
- Choose the From Currency and To Currency from the dropdown menus.
-
Convert:
- Click on the Convert button to get the converted amount displayed on the screen.
- Clone the Repository:
git clone https://github.com/your-username/currency-converter.git