Skip to content

ArbiD-dotcoder/Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’± ALL to EURO Currency Exchange

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).


🧰 Technologies Used

  • HTML – Front-end interface
  • PHP – Server-side logic and API handling

πŸš€ Features

  • User-friendly web interface
  • Input in ALL and get output in EUR and vice versa
  • Basic error handling for invalid input

πŸ“‚ File Structure

/currency-exchange/
β”‚
β”œβ”€β”€ index.html          # Main UI (or index.php if integrated)
β”œβ”€β”€ convert.php         # PHP script to handle conversion
└── README.md           # Project documentation

πŸ”§ How to Use

  1. Clone or download the repository.
  2. Host the files on a local or remote PHP-enabled server.
  3. Open index.html (or index.php) in a web browser.
  4. Enter an amount in ALL and click "Convert" to see the equivalent in EUR.

πŸ“ˆ Planned Features

  • πŸ”„ 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

πŸ“„ License

This project is open-source and free to use under the MIT License.

About

testing 1 2 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published