All problems
Intermediate·🍕 Food-Tech·Yummly · Mealime

Design
Recipe & Meal Planning App

Design an app for browsing recipes, planning weekly meals, and auto-generating a shopping list.

This is a Low-Level Design (LLD) problem. New to LLD vs HLD? Start here.

#OOP
6F + 2NF requirements inside

01 -  Why interviewers ask this

It's a good test of unit-aware aggregation — interviewers check whether your shopping-list generator correctly merges "2 tsp" and "1 tbsp" of the same ingredient instead of listing them separately.

02 -  Where this system exists in the real world

You interact with this design every day.

Meal planning apps (Mealime, Yummly)

Grocery delivery shopping-list generators

Diet and nutrition tracking platforms

03 -  What you'll master

Solve this once. Know it forever.

01

Normalize units when aggregating ingredients

02

Scale recipes by serving size correctly

03

Merge multiple recipes into one shopping list

04 -  What you'll design

6 functional · 2 non-functional requirements.

Browse and search recipes by ingredient, cuisine, or dietary tag

5 more requirements inside

Sign in to unlock the full brief and start designing

05 -  Companies that ask this

You may face this exact question in your next interview.

Y
Yummly
M
Mealime

Ready?

Open the canvas.
Design it yourself.

See all requirements, use staged hints, run your code, and compare with community discussions - all on the same canvas.