Skip to content

alexgfaria/marvel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Marvel Heroes

Build an app to display the Marvel Heroes. It should contain the following:

  • List of all heroes (20 per page) with their image

    • When requesting for more heroes, make sure to display a loader
  • Tapping a hero navigates to its page that should contain

    • 3 comics (if any) that the hero participates in, with name and description
    • 3 events (if any) that the hero participates in, with name and description
    • 3 stories (if any) that the hero participates in, with name and description
    • 3 series (if any) that the hero participates in, with name and description
  • Search - [x] Have the possibility to search for a hero by its name - [x] The search must be made with an API request (not a local filter) - [x] Display a loader when requesting the search result

  • Favorite heroes with persistence - [x] Have the possibility to favorite a hero in their detail page and in their list entry - [x] The favorites should be displayed on top of the list (or in a different screen/tab) - [x] This data should persist through different sessions

  • Custom transition between navigation

    • When navigating between a listing and its detail apply a custom animation
  • Caching requests

    • Cache requests for images
    • Before performing a request to retrieve an image make sure nothing is saved on cache

For more information on how to retrieve the information, go to Marvel Developer Portal and consult their documentation. Only after building the app above, look into the additional features below.

Created by Alex G. Faria on 17/11/2021 FARFETCH™️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages