Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 976 Bytes

File metadata and controls

31 lines (16 loc) · 976 Bytes

Task Learniti

A sample app in react native with following functionalities

APP INSTRUCTIONS

Steps to use:

  1. Initially the app will check whether the user has already logged in. If yes, then the screen will redirect to Dashboard directly. If not, then it will be navigated to Login Screen.

    alt text

  2. Login Screen. If the user doesn't have account, clicking on Sign Up will redirect to Sign Up screen.

    alt text

  3. Sign Up Screen. The user should create an account with password more than 8 characters.

    alt text

  4. After logging in, the Dashboard screen will appear. The user can sign out anytime by clicking on "Log Out" button.

    alt text

  5. On scrolling, the new posts will load from the API with pagination.

    alt text

  6. When there is no data from API, the list stops fetching from API.

    alt text