Welcome to the Realtime Currency Converter App repository! This application allows users to convert currencies in real-time using the Fetch API. It provides up-to-date exchange rates for various currencies and enables users to perform conversions effortlessly.
- Real-time Currency Conversion: Utilizes the
Fetch API
to fetch current exchange rates, ensuringaccurate conversions
. - Supports Multiple Currencies: Offers a wide range of currencies for conversion.
- User-friendly Interface:
Simple and intuitive UI
for smooth user experience. - Cross-platform Compatibility:
Compatible
with differentdevices
andbrowsers
.
To use the Realtime Currency Converter App, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/iamyazdani/realtime-currency-converter.git
-
Open the
index.html
file in your web browser. -
Enter the amount you want to convert and select the currencies you wish to convert from and to.
-
Click on the "Get Exchange Rate" button to see the converted amount.
- HTML5
- CSS3
- Font Awesome
- JavaScript (ES6+)
- Fetch API
This project is created and maintained by Gulam Yazdani.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.
For any questions or issues, please open an issue on GitHub.