Skip to content

alvesluc/dt_money

Repository files navigation

DT Money

DT Money cover

About

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.

Features

Add new transactions (the dashboard and the transactions list updates whenever a new transaction is added).

Search transactions.

Design

All design files and assets used can be found here.

How to use

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