diff --git a/README.md b/README.md index f4eb131..18f3b9c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # MOBILE TASK +### NOTE: Use MVVM architecture + 1. Initialize an app. Connect the app with splash screen and icon. Configure app to use any one of the custom font globally. 2. Implement authentication screens(login, signup, forgot password, validate password reset confirmation code and reset password) and connect to the REST API. Domain for this is https://reacttask.mkdlabs.com @@ -19,17 +21,7 @@ 3. Create the Home screen 4. Implement the UI of dashboard and connect the drawer on the left side. - -### FOR REACT NATIVE !!! - -- use Expo -- Persist the token that we receive after successfully authenticating using AsyncStorage. You can persist other data using Redux or make custom useContext, useReducer and AsyncStorage mechanism. -- make an additional screen with QR code scanner - it should be able to scan a QR code and and redirect to the page. -- - -### FOR ANDROID OR SWIFT. - -- Use MVVM architecture +5. Make an additional screen with QR code scanner - it should be able to scan a QR code and and redirect to the page. ## Login