A simple and user-friendly web application to convert currencies by entering the amount and selecting the currencies. Currency Converter allows you to easily convert amounts from one currency to another. The intuitive interface ensures that even users with minimal technical knowledge can easily perform currency conversions. The application provides real-time exchange rates and supports multiple currencies.Built with HTML, CSS, and JavaScript.
- Easy to Use: Simple interface for entering amounts and selecting currencies.
- Real-Time Exchange Rates: Fetches the latest exchange rates for accurate conversions.
- Responsive Design: Ensures a great user experience on both desktop and mobile devices.
- Currency Flags: Displays country flags for selected currencies.
Watch the demo video to see Currency-Converter in action:
currency-converter.mp4
- HTML
- CSS
- JavaScript
Follow these instructions to set up the project locally.
- A modern web browser
-
Clone the repository:
git clone https://github.com/KDvs123/Currency-Converter.git
-
Navigate to the project directory:
cd Currency-Converter
-
Open
index.html
in your web browser.
- Enter the amount you want to convert.
- Select the currencies from the dropdown lists.
- Click the "Get Exchange Rate" button.
- The converted amount will be displayed.
Contributions are welcome! Please follow these steps:
-
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.
This project is licensed under the MIT License - see the LICENSE file for details.
📧 Email: vihangasupasan2001@gmail.com 🐙 GitHub: KDvs123