Skip to content

EnderNight/MoneyManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

money_manager

A money expense tracker app

v0.1.0 objectives

  • Keep track of expenses (amount, date, description)
  • Show expenses as a list
  • Show a total as well as the amount of expenses and the amount of incomes
  • Being able to export the list of expenses as a xslx file
  • Being able to import the list of expenses from a xslx file

v0.1.1 objectives

  • Keep track of expenses (amount, date, description)
  • Show expenses as a list
  • Show a total as well as the amount of expenses and the amount of incomes
  • Being able to export the list of expenses as a csv file
  • Being able to import the list of expenses from a csv file

v0.1.2 objectives

  • Keep track of expenses (amount, date, description)
  • Show expenses as a list
  • Show a total as well as the amount of expenses and the amount of incomes
  • Being able to export the list of expenses as a csv file
  • Being able to import the list of expenses from a csv file