This project was initially developed with React, in a event called Next Level Week, which is a intense week of free content with an amazing quality. Runs on Web, Android and iOS.
Add new transactions (the dashboard and the transactions list updates whenever a new transaction is added).
Search transactions.
All design files and assets used can be found here.
You can access it via this link.
Or you can run it locally with a device of your preference by following the next steps.
If you don't have the Flutter SDK installed in you machine head to: https://flutter.dev/docs/get-started/install.
- Clone this repository:
git clone https://github.com/alvesluc/dt_money.git
- Access the directory:
cd dt_money
- Run the app:
flutter pub get
flutter run