iMGN World Currency Calculator is a web-based application that allows users to convert between various global currencies in real time. It’s designed to be user-friendly, responsive, and fast — ideal for travelers, finance enthusiasts, or anyone needing quick currency conversions.
- 🔄 Convert from one currency to another using current exchange rates
- 📈 Fetches live rates from a currency API
- 📐 Responsive UI — works on desktop, tablet, and mobile
- 🧱 Clean, lightweight frontend with HTML, CSS, JavaScript
- 🛡️ Basic error handling (invalid inputs, API failures)
- HTML5
- CSS3
- JavaScript (vanilla)
- External API (for exchange rates)
iMGN-World-Currency-Calculator/
│── index.html
│── styles.css
│── script.js
│── assets/
│ └── (images, icons, etc.)
│── README.md
-
Clone this repository:
git clone https://github.com/itzMaximee/iMGN-World-Currency-Calculator.git cd iMGN-World-Currency-Calculator -
(Optional) If your API requires an API key, add it in
script.jsor a.env(if using build tools). -
Open
index.htmlin your browser. -
Use the input fields to choose currencies and enter amount, then click “Convert”.
- The app gets exchange rates via an external API (e.g. [exchange rate API name])
- If an API key is required, place it in
script.js(or better: in a config file / environment variable)
Contributions, bug reports, and feature requests are welcome!
- Fork the repository
- Create a branch:
git checkout -b feature/YourFeature - Commit your changes:
git commit -m "Add some feature" - Push to the branch:
git push origin feature/YourFeature - Open a Pull Request
- Add support for more currencies or crypto
- Cache rates to reduce API calls
- Dark / Light mode toggle
- History or favorites for quick conversions
- Use a frontend framework (React, Vue) for better scalability
- Add unit tests
This project is licensed under the MIT License — see the LICENSE file for details.
⚡ Have fun converting currencies!