Skip to content

ValutaVerse is a simple desktop application that allows users to convert between different currencies, take notes, and make simple calculations. The application is built using Dart with Flutter framework. The application uses the free currency-api to get the latest exchange rates.

Notifications You must be signed in to change notification settings

hikionori/currency_exchange

Repository files navigation

ValutaVerse

ValutaVerse is a simple desktop application that allows users to convert between different currencies, take notes, and make simple calculations. The application is built using Dart with Flutter framework. The application uses the free currency-api to get the latest exchange rates.

Before you start reading about the project, I would like to mention that this project is a part of my learning process. I am still learning and if some parts of the code are not perfect, I would appreciate any feedback. Thank you! For now I satisfied with the result, as I spent only 7 days to build this application.

Features

  • Convert between different currencies
  • Take notes
  • View existing notes
  • Edit existing notes
  • Delete existing notes
  • Make simple calculations
  • View history of calculations

Screenshots

Currency Converter Calculator Calculator History
Currency Converter Calculator Calculator History
Notes Create Note Edit/View Note
Notes Create Note Edit/View Note
Both Modules Open Calculations History When Both Modules Open
Both Modules Open Calculations History When Both Modules Open

Getting Started

For run this project you need to have Flutter installed on your machine. If you don't have Flutter installed, you can follow the instructions here.

  1. Clone the repository
git clone --depth 1 https://github.com/hikionori/currency_exchange
  1. Navigate to the project directory
cd currency_exchange
  1. Build project
flutter build <windows/linux/macos>
  1. Or you can run the project directly
flutter run --release
  1. If you build the project, you can find the executable in the build folder
currency_exchange/build/<windows/linux/macos>/release/bundle
  1. Enjoy the application!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

ValutaVerse is a simple desktop application that allows users to convert between different currencies, take notes, and make simple calculations. The application is built using Dart with Flutter framework. The application uses the free currency-api to get the latest exchange rates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published