https://github.com/marwan-ahmed-23/currency-converter-js
A simple web-based Currency Converter built using HTML, CSS, and JavaScript. It uses the ExchangeRate-API to fetch real-time exchange rates for currency conversion.
https://github.com/marwan-ahmed-23/currency-converter-js
apiintegration coding currencyconverter javascript opensource
Last synced: 4 months ago
JSON representation
A simple web-based Currency Converter built using HTML, CSS, and JavaScript. It uses the ExchangeRate-API to fetch real-time exchange rates for currency conversion.
- Host: GitHub
- URL: https://github.com/marwan-ahmed-23/currency-converter-js
- Owner: marwan-ahmed-23
- License: mit
- Created: 2024-12-18T00:02:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T06:23:18.000Z (4 months ago)
- Last Synced: 2024-12-27T07:19:04.259Z (4 months ago)
- Topics: apiintegration, coding, currencyconverter, javascript, opensource
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency Converter Web App
A simple web-based Currency Converter built using HTML, CSS, and JavaScript. It uses the [ExchangeRate-API](https://www.exchangerate-api.com/) to fetch real-time exchange rates for currency conversion.
## 🚀 Features
- Convert between multiple currencies (USD, EUR, SAR, JPY, etc.).
- Easy-to-use interface.
- Real-time exchange rate data.## 🔧 Installation
1. Clone the repository:```bash
git clone https://github.com/marwan-ahmed-23/currency-converter-js.git
```2. Open the `index.html` file in any browser.
## 📖 Usage
1. Enter the amount you want to convert.
2. Choose the "from" and "to" currencies.
3. Click "Convert" to see the result.## 📸 Demo

## Dependencies
- JavaScript Fetch API (no external libraries required).
## ✨ Future Enhancements
- Add more currencies.
- Support offline mode.
- Improve error handling and UI design.## 📂 Directory Structure
```plaintext
currency-converter-js/
├── assets/
│ ├── screenshot.png
│ └── style.css
├── index.html
├── LICENSE
├── script.js
└── README.md
```## 🤝 Contributing
Contributions are welcome! Feel free to fork the repository and submit a pull request.
## 🌟 Show Your Support
If you found this project helpful, please consider giving it a ⭐ on GitHub. Your support means the world to us!