Skip to content

minjibir/groceries-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In an attempt to track our expenses in order to make an informed decision for the day-to-day groceries, we need a simple application that could help us keep track of each receipt of a given purchase.

We intend to keep it simple by tracking just the name, price, barcode of each item. And for each purchase associated a given receipt we collect only the list of items, receipt number, total amount, and the date of the purchase.

track our expenses of groceries

Receipt:

  • listOfItems
  • receiptAumber
  • totalAmount
  • purchaseDate

Item:

  • barcode
  • name
  • price

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published