Breaking down our app’s interfaces
As a food junkie, I want the application to be like a recipe book, allowing users and home cooks to browse and share delicious food recipes. The main aim of the app is to provide inspiration for meals as well as help users do the following:
- Share their recipes
- Pin favorite recipes to easily find them
- Distinguish top-rated recipes
- Filter out recipes according to some criteria
The app is composed of six interfaces. Let’s tackle these interfaces one by one.
View one – the landing page
The first page contains a list of available recipes, sorted according to popularity:
Figure 2.1 – The landing page view
In this view, users have the possibility to do the following:
- Quickly search for a recipe by setting filters according to some criteria (on the left-hand side)
- Clear the list of filters
- View the most popular recipes
- Rate recipes by clicking on...