A simple little application to help with your cooking! minichef is a recipe book that allows you to save and play back recipes of all kinds. It also lets you convert units in-app and create grocery lists for when you go shopping.
- Search and import recipes from online
- If you have a link to a specific recipe, you can also use AI to parse the page and import it
- Create recipes manually with your own images, ingredients, etc.
- Ingredients can also autofill based on your past recipes
- Adjust recipes to support different quantities
- Step-by-step walkthrough mode- focus on one step at a time. Access ingredients at any time while in walkthrough mode
- Create grocery lists- option to also import ingredients directly from your recipes
- Convert all kind of units with the unit conversion tab
- install packages with
yarn
- start on ios or android with
yarn ios
oryarn android
- build with eas