ingredient manager with recipe suggestions
live: https://refresh.jestev.es/
source code: https://github.com/utad-reFresh
Final year project aimed at cutting food waste: the Android app (Kotlin) lets you log the ingredients you have at home, manually or via barcode scan against Open Food Facts, and suggests recipes before they spoil, with expiry alerts and favourites. The backend (ASP.NET Core + Blazor, PostgreSQL, JWT) searches its local database for recipes first and only falls back to the external Spoonacular API when there aren't enough results, caching whatever it finds for future requests.