Compare commits
3 Commits
cfb5cede83
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9938840401 | |||
| fc01741407 | |||
| 16507f7f7d |
@@ -1,6 +1,8 @@
|
||||
# mobile_task
|
||||
## This project is a toy project for training and quality assurance purposes
|
||||
|
||||
Task 1: Oct 18 2021
|
||||
# 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.
|
||||
|
||||
@@ -18,11 +20,8 @@ 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)
|
||||
|
||||
5. Implement the UI of dashboard and connect the drawer on the left side.
|
||||
|
||||
6. Use MVVM if doing it in Android or Swift.
|
||||
4. Implement the UI of dashboard and connect the drawer on the left side.
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user