Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 749 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 749 Bytes

Mobile application developer take home test

The goal of this task is to assess your proficiency in software engineering that is related to the daily work that we do at Fastamoni. Please follow the instructions below to complete the assessment.

Create a mobile application consisting of

  • a login screen
  • a screen to create a new user,
  • a homepage displaying User full name
  • a screen to edit user detail
  • any other screen of your choice.

Functionality

  • Include appropriate methods to connect the screen above with make API calls to https://reqres.in for the respective screens
  • Make use of provider (For Flutter) and redux (React native) as state manager

Share the link to the GitHub repo and an APK in your submission.

Good luck