Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 793 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 793 Bytes

Description:

  • The goal of the task is to create a mobile app that hits the People endpoint of https://swapi.dev/ and displays the list of models that are returned
  • The goal is not to finish the app completely, but rather demonstrate how the app would be structured in a real-world example

Requirements:

  • react native app, latest stable version

  • use saga + redux

  • use typeDescription:

  • The goal of the task is to create a mobile app that hits the People endpoint of https://swapi.dev/ and displays the list of models that are returned

  • The goal is not to finish the app completely, but rather demonstrate how the app would be structured in a real-world example

Requirements:

  • react native app, latest stable version
  • use saga + redux
  • use typescript
  • use functional components