- Notifications
You must be signed in to change notification settings - Fork0
nehahasija/RickyMortyApiWithSearchFilters
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The task is to call the Rick And Morty API from an app and realize the following process:
- Initially, all characters are loaded from the API and displayed as a list.
- As the API only returns 20 results at a time but supports pagination, so whenever list is scrolled new page items should be loaded and shown.
- There is a search box on top of list, from which you could filter out the results.
- Each item in a list have following property displayed initially: image, name, status, species, last known location and first seen in. Refer home page of rick and morty api for design inspiration.
- When clicked on last known location, user is redirected to a new screen where location details are mentioned, you can use whatever property you liked from location schema(https://rickandmortyapi.com/documentation/#location-schema).
- When clicked on first seen in, user is redirected to a new screen where episode details are mentioned, you can use whatever property you liked from episode schema(https://rickandmortyapi.com/documentation/#episode-schema).
- User should be able to navigate back to the home screen.
About
No description or website provided.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published