Skip to content

backupAccount11/Food_recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food recipes

Description

Application uses offline caching, after fetching data from an external API (Tasty from RadpidAPI in this case). Then it's just retrieved from local storage and displayed in RecyclerView.

User has a clear view of the list of all stored recipes and can mark each of them as favorite - which gains pernament access to them (for possible additional feature, which allows user to refresh list of recipes and fetch new, replacing previous ones).

Features

  • Homepage with list of all recipes
  • Favorite section with selected ones
  • Add & delete favorite recipe
  • Display details about each recipe (ingredients, preparation, etc.)
  • Search recipe by title on homepage