The Currency Converter project is a web application that allows users to convert between different currencies. Users can input an amount in one currency and select another currency to see the equivalent amount based on the current exchange rate. This application provides a convenient way for users to quickly check currency conversions for travel, business, or personal finance purposes.
To set up and run the Currency Converter project:
Clone the Repository: Clone the project repository to your local machine using the following command:
git clone https://github.com/deepakkumar55/200-JAVASCRIPT-PROJECT
Navigate to the Project Directory: Open your terminal or command prompt and navigate to the directory where you cloned the project.
Open Index.html: Open the index.html
file in your preferred web browser to view the Currency Converter.
Select Currencies: Choose the source currency from which you want to convert and the target currency to which you want to convert.
Enter Amount: Input the amount in the source currency that you want to convert.
View Conversion: The equivalent amount in the target currency will be automatically calculated and displayed.