LUMI is a expense tracker app built using Flutter. It helps users make better informed spending decisions based on past spending habit.
- Expense Tracking: Weekly record of your purchases
- Data Visualization: View graphical representations of your spending patterns through charts and graphs.
- Clone the repository:
git clone https://github.com/your-username/lumi-expense-tracker.git cd lumi-expense-tracker
Install dependencies: flutter pub get
Run the app:
flutter run