This is a simple web-based currency exchange application that allows users to convert Albanian Lek (ALL) to Euro (EUR). The project is built using HTML and PHP, and fetches live exchange rates from an external API (or a static rate, depending on implementation).
- HTML β Front-end interface
- PHP β Server-side logic and API handling
- User-friendly web interface
- Input in ALL and get output in EUR and vice versa
- Basic error handling for invalid input
/currency-exchange/
β
βββ index.html # Main UI (or index.php if integrated)
βββ convert.php # PHP script to handle conversion
βββ README.md # Project documentation
- Clone or download the repository.
- Host the files on a local or remote PHP-enabled server.
- Open
index.html
(orindex.php
) in a web browser. - Enter an amount in ALL and click "Convert" to see the equivalent in EUR.
- π Support for converting between multiple currencies
- π Integration with real-time exchange rate APIs (e.g., ExchangeRate-API, Fixer.io)
- π Dark mode UI toggle
- π Multi-language support
- πΎ Currency conversion history log
This project is open-source and free to use under the MIT License.