Food-wise is a simple grocery management system that allows users to add items to their grocery list, search for specific items, view expired items, and view sold items. The system is built using C++ programming language and the QT framework, with an SQLite database used for data storage.
To use Food-Wise, you must have the QT Framework installed on your system. To install QT Framework, please refer to their official website for installation instructions. Once QT Framework is installed, clone this repository and build the application using your preferred C++ compiler.
Upon running the program, users will be presented with a GUI with a menu of options. They can add items to the grocery list, search for items, view expired items, and view sold items.
The program will store all data in an SQLite database named grocery.db. Users can view and modify the data directly in the database if they prefer.
- Add items to the grocery list
- Search for specific items in the grocery list
- View expired items
- View sold items
If you wish to contribute to the project, feel free to submit a pull request. Please make sure to follow the existing code style and include tests for any new functionality.
This project is licensed under the MIT License. See the LICENSE file for more information.