Skip to content

Jullew/pdsoft

Repository files navigation

Rick & Morty App - Technical Task for React Native Developers

Prerequisite

  1. Clone the boilerplate repository and add it to your own repository (please do not fork the original repository).
  2. Work on your tasks in a separate branch and, once completed, share your repository with us by opening a Pull Request with your changes.

Task

  1. Character List Screen with Pagination

    • Implement a screen to display a paginated list of characters.
    • Refer to the API documentation for pagination details: Get All Characters.
  2. Character Details Screen

    • Implement a screen that shows detailed information about a selected character.
  3. Search by Name

  4. Favorites

    • Implement a feature to add characters to a "Favorites" list.
  5. Additional Filters (Bonus)

    • Implement additional filters for character status and species.
    • Use the API's filtering options as outlined here: Filter Characters.
    • Bonus: This is an optional part of the task, but additional points will be awarded for implementing it.

Figma

Technical Details

  • Data Fetching: Use your preferred method (e.g., fetch or Axios).
  • Global State Management: Use one of the following for global state: React Context API or Jotai.
  • Server State Management: For server state management, use React Query.

About

Rick & Morty - React Native - mobile app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors