Weekly Meal Planner
|
{{ day.dayName }}
{{ formatDate(day.date) }}
{{ getWeatherForDate(day.date).maxTemp }}°
{{ getWeatherForDate(day.date).minTemp }}°
|
|---|
|
⋮⋮
{{ weeklyPlan[index].title }}
{{ weeklyPlan[index].protein }}{{ weeklyPlan[index].vegetable ? ' • ' + weeklyPlan[index].vegetable : '' }}{{ weeklyPlan[index].starch ? ' • ' + weeklyPlan[index].starch : '' }}
{{ weeklyPlan[index].dayTemp }}
{{ weeklyPlan[index].complexity }}
No meal planned Drop meal here |
Meals
Complexity:
Complexity:
{{ meal.title }}
{{ meal.protein.toLowerCase() }}
{{ meal.protein ? ' • ' : '' }}{{ meal.vegetable.toLowerCase() }}
{{ (meal.protein || meal.vegetable) ? ' • ' : '' }}{{ meal.starch.toLowerCase() }}
{{ (meal.protein || meal.vegetable || meal.starch) ? ' • ' : '' }}{{ meal.complexity.toLowerCase() }}
{{ (meal.protein || meal.vegetable || meal.starch || meal.complexity) ? ' • ' : '' }}{{ meal.dayTemp.toLowerCase() }}
No meals found matching "{{ searchQuery }}"
No meals added yet. Add your first meal above!