Note
A web application for a real-time and historical currency conversion using the Frankfurter API.
You just have to download the zip file that is at the beginning of this repository, or clone the repository, and open the folder in Visual Studio Code, once there a terminal opens and you type "flutter run -s Edge", this will start loading commands allowing you to visualize the project in the Edge browser.
Clone the repository:
git clone https://github.com/K3ury99/Converter-FlutterTo run the app, use the following command:
flutter run -d EdgeOnce launched you will be able to add your tasks, delete them and edit them, it has persistence so don't worry if you reload the page!
- Fork the repo
- Create a new branch
git checkout -b feature-branch- Add Everything
git add .- Commit changes
git commit -am 'Add new feature'- Pull & push to the origin
git pull
git push- View recent exchange rates in a list.
- Change the base currency to update displayed rates.
- Frontend: Flutter
- API: Frankfurter (real-time and historical exchange rate data)
Thank you for visiting this project!🌌
This project is licensed under the MIT License. See the LICENSE file for details.

