A simple web-based currency converter built using HTML, Tailwind CSS, and JavaScript. This project allows users to convert currencies based on real-time exchange rates fetched from the v6.exchangerate-api.
- Converts currencies based on real-time exchange rates.
- Displays the converted amount along with the selected currency.
- Uses vanilla CSS for styling and a clean user interface.
- Organized JavaScript files for better code maintainability.
- index.html: Contains the HTML structure of the project.
- index.css: Custom CSS (optional) to supplement Tailwind CSS.
- country.js: Holds an object of country codes.
- index.js: Contains the logic to display a converted currencies.
- Clone or download this repository.
- Open
index.html
in your web browser. - Select the currencies you want to convert from and to.
- Enter the amount you want to convert and click the "Convert" button to see the converted value.
- HTML: Basic structure of the web page.
- Vanilla CSS: For decent and responsive UI design.
- JavaScript: Logic for fetching exchange rates and converting currencies.
- v6.exchangerate-api: API used to fetch real-time exchange rates.
- Contributions are welcome! If you have ideas, suggestions, or improvements, feel free to create a pull request or open an issue.
- Star and Fork the repo to stay updated!
- This project is licensed under the MIT License.
-
If you have any questions or need further assistance, feel free to contact me:
-
📧 Email: [email protected]
-
💻 GitHub: immortalWebDev