diff --git a/README.md b/README.md index 9262a7b..f4eb131 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -# This project is a toy project for training and quality assurance purposes +## This project is a toy project for training and quality assurance purposes -# mobile_task - -Task 1: Oct 18 2021 +# MOBILE TASK 1. Initialize an app. Connect the app with splash screen and icon. Configure app to use any one of the custom font globally. @@ -20,11 +18,18 @@ Task 1: Oct 18 2021 3. Create the Home screen -4. 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. (If React Native) +4. Implement the UI of dashboard and connect the drawer on the left side. -5. Implement the UI of dashboard and connect the drawer on the left side. +### FOR REACT NATIVE !!! -6. Use MVVM if doing it in Android or Swift. +- 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 ## Login