Skip to content

heygonzalocaira/RecipeChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes App

The Recipe app is a project developed in MVVM architecture with three main modules: Home, Details and LocationMap. The key features of each module are described below:

Modules:

  • Home: Allows filtering recipes by name, showing a list of recipes with their image, name and rating. Clicking on a recipe takes you to the Details module.
  • Details: Provides detailed information about a specific recipe and contains a button that leads to the LocationMap module.
  • LocationMap: Displays a map located at the coordinates of the selected recipe.

Networking: Implements an extra Networking layer to work with the data coming from mockable.io.Uses the APIService class to interact with the data.

Testing: Networking layer tests are included to ensure the integrity of the received data. The tests verify the correct reception and handling of data, as well as the handling of cases where data is not available.

Releases

No releases published

Packages

No packages published

Languages