Skip to content

Program that helps you with your grocery shopping to save money and stay organized. Given your shopping list, it returns small shopping lists for each shop that you go to with the products that are cheaper in each shop.

Notifications You must be signed in to change notification settings

Cristinasj/shoppingManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running instructions for ShoppingManager

It must be run on a terminal. Do the following in the same directory.

  1. Create a plain text file named "shoppingList.txt". It must contain only the names of the products. For example: [shoppingList.txt] eggs milk bread

  2. Keep your database up to date. So far, the program does not manage your database. It must be done manually with a plain text file named "data.txt" The format is the following:

numberOfShops(in this case 3) carrefour aldi lidl numberOfProducts (in this case 4) eggs milk bread tissues

  1. Download the source code and execute "make" on your terminal

About

Program that helps you with your grocery shopping to save money and stay organized. Given your shopping list, it returns small shopping lists for each shop that you go to with the products that are cheaper in each shop.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published