Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.19 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.19 KB

Meals App

Meals App displays meals from different categories and let's the users filter the meals as per their interest and even let's them add a particular meal to their favourites.

  • Displaying different categories of meals. Clicking on any of the categories displays the meals belonging to that category.

  • User can add any meal as favorite. All the user's favorites are displayed in the "Favorites" fragment.

  • User can remove any meal from favorites. The user preferences will be updated and won't be displayed in "Favorites" fragment.

  • User can also filter the meals. Favorites won't be changed. Like in the following case, non-veg meal "Classic Hamburger" is not displayed on applying the filter "Vegetarian Only". Similarly, for "Lactose Free" filter, "Toast Hawai" in "Quick and Easy" category isn't displayed.