Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

FindYourRecipe

The project focuses on creating a proper User Interface that allows the end-user to do the following:

  1. Login into its account by using its username and password.
  2. Register an account if one is not yet created.
  3. View a list of recipes from an external api provider, each time entering the app displaying different recipes.
  4. View a single recipe and see what it is all about.
  5. Logout

The MVVM architecture was properly used and the use-case diagram was provided in the submission folder.