Skip to content

desirekaleba/expenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expenses

An expenses tracker app built using Flutter.

Expense Model

{
    id: String,
    title: String,
    amount: Double,
    date: DateTime
}

Features

  • View expenses
  • Add expense
  • Delete expense

Dependencies

How to run the app

Clone this repo and run:

flutter run