This file uses Mark Down syntax. For more information see here.
STUDENT NAME = Daniel Gusev
STUDENT ID = 131933
//: This project focuses on creating a food storage management system that allows users to store, organize, and retrieve information about ingredients. It includes features like tracking ingredient details, suggesting recipes based on available items, and providing an intuitive user interface for seamless interaction. The system ensures efficient data handling with a focus on flexibility and usability.
//: I have 3 packages: foodstorage(that handles every class with the main code), utils(handles every utility class), views(handles UI class). Unit tests are inside a test folder under src folder.
//: To the run the class you have to run the Main class which is stored under edu.ntnu.idi.idatt. If you run this class you will have the menu in the terminal. You need to use 1-10 in the menu to get what you want to do. You will then recieve your intended action.
//: To run the tests you have to run them one by one, inside the test folder.
//: