Fora

The application allows users to browse user added recipes and foods, with additional functionality of rating and favouiting if the user is signed in.

Browsing the recipe and food pages can be done by swiping along or down the recycler views, with the additional option of filtering the search using the search bar at the top. Clicking on any of the cards will bring up another view with more detailed information about the item.

The application pulls data in real time from a Google Firebase database. The recipes and foods are then displayed by the most common tags and ordered by rating.

The account tab has a register/login page for users who are not currently logged in. Once logged in users can find foods and recipes they have created and favourited.

The code for this project can be found on GitHub