
Meal Planning Application
- Coming Soon
- Python
- SQLite
This project is currently in its first stages!
The aim is for a user to be able to have a list of recipes, and for the tool to give recommendations of a meal plan for a number of meals based on the items that a user currently has, buying the least amount of things, and wasting nothing!
To begin with, I have narrowed the scope of the project - given ingredients that have x portions per package, and a list of recipes with y ingredients:
Is it possible for you to be left with no leftovers after z meals of different recipes? What is the least number of ingredients that have to be bought to make z meals
In my free time in the near future, I will be exploring this problem and reexpanding the problem to an application that can effectively choose meals!
You can track the project's progress on GitHub: here