My Fridge

Simply add the ingredients you have at home and we'll show you recipes you can make at home.
Make an account and we’ll save your ingredients list so you can come back to it at any time.

  1. 1

    Search ingredients

    Browse the categories or use the search bar to find your favorite ingredients

  2. 2

    Select ingredients

    Click on the ingredients you have and see them appear in My Fridge

  3. 3

    See what you can make

    Click 'Find Recipes' to find out what you can make with the ingredients in your fridge

{%if popup.add%}
Added ingredients to your fridge.

The following ingredients have been added to your fridge

    {% for ingredient in popup.add %}
  • {{ingredient}}
  • {% endfor %}
{% elif popup.del%}
Removed ingredients to your fridge:

The following ingredients have been removed to your fridge:

    {% for ingredient in popup.del %}
  • {{ingredient}}
  • {% endfor %}
{% elif popup.all%}
Removed all ingredients from your fridge

All ingredients from your list has been removed, Your fridge is now empty.

{% endif %}

Getting started

    {%if ingredients%}{% for food in ingredients %}
    {% endfor %} {%else%}

    No ingredients found

    {%endif%}

My Fridge ({{fing_amount}} ingredients)

    {% if fing %}{% for food in fing %}
    {% endfor %} {% else %}

    No ingredients found

    {% endif %}