diff --git a/content/projects/pizza_planner.md b/content/projects/pizza_planner.md new file mode 100644 index 0000000..ac97d76 --- /dev/null +++ b/content/projects/pizza_planner.md @@ -0,0 +1,24 @@ +--- +title: "PizzaPlanner App" +date: 2021-011-05T12:45:36+01:00 +draft: false +image: "/img/pizza_planner/main.jpg" +--- + +An app to help you make great pizza at home, use one of the included recipes or create your own and share them with others. + +The app is available on the [Google Play store](https://play.google.com/store/apps/details?id=net.broodjeaap.pizzaplanner.pizzaplanner). + +## App + +### Recipes +Pick one of the included recipes and immediately start planning your next Pizza. +![recipes](/img/pizza_planner/pick_recipes.jpg) + +### Customize +Customize the recipe where possible, how long do you want the dough to rise? +![customize](/img/pizza_planner/customize.jpg) + +### Create +Create your own recipes, share them with anyone! +![create](/img/pizza_planner/customize.jpg) \ No newline at end of file diff --git a/static/img/pizza_planner/create_recipe.jpg b/static/img/pizza_planner/create_recipe.jpg new file mode 100644 index 0000000..2570cd4 Binary files /dev/null and b/static/img/pizza_planner/create_recipe.jpg differ diff --git a/static/img/pizza_planner/customize.jpg b/static/img/pizza_planner/customize.jpg new file mode 100644 index 0000000..88dc910 Binary files /dev/null and b/static/img/pizza_planner/customize.jpg differ diff --git a/static/img/pizza_planner/main.jpg b/static/img/pizza_planner/main.jpg new file mode 100644 index 0000000..b4c96e0 Binary files /dev/null and b/static/img/pizza_planner/main.jpg differ diff --git a/static/img/pizza_planner/pick_recipes.jpg b/static/img/pizza_planner/pick_recipes.jpg new file mode 100644 index 0000000..f795b61 Binary files /dev/null and b/static/img/pizza_planner/pick_recipes.jpg differ