This project is a simple, yet effective currency conversion webpage. It uses a currency API to convert real-time exchange rates between different currencies. The webpage is built with HTML, CSS, and JavaScript.
- Real-time currency conversion using a reliable currency API
- Supports multiple currencies from different countries
- Simple and user-friendly interface
- Responsive design for mobile and desktop views
To get a local copy up and running follow these simple steps.
- A modern web browser
- Internet connection for fetching real-time exchange rates
-
Clone the repository:
git clone https://github.com/yourusername/currency-conversion.git
-
Navigate to the project directory:
cd currency-conversion
-
Open
index.html
in your web browser:open index.html
- Open the webpage in your web browser.
- Select the currency you want to convert from.
- Select the currency you want to convert to.
- Enter the amount you want to convert.
- The converted amount will be displayed in real-time.
This project uses the Currency API to fetch real-time exchange rates. You will need an API key to use this service. Sign up on the currency API provider's website to get your API key.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request