This is a simple Flask application that allows users to calculate currency conversions. It uses the v6.exchangerate-api.com
service to fetch
real-time exchange rates and provides a user-friendly interface.
- Home Page: Basic currency conversion interface.
- Calculate Page: Allows users to input amounts, select currencies, and get the converted result.
- Version Page: Displays the version of the application.
- Download Page: Placeholder for future downloads functionality.
-
Access the Home Page: Open your browser and go to
https://imhotepcc.vercel.app
. -
Use the Calculate Page: Enter the amount, select the from and to currencies, and submit the form.
-
View Version Information: Go to
/version
to see the current version of the application. -
Download Functionality: Placeholder for future downloads functionality.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes with clear messages.
- Push your branch to your forked repository.
- Open a pull request against the main repository.
This project is licensed under the MIT license. See the LICENSE
file for details.