Compare commits

...

3 Commits

Author SHA1 Message Date
Possible 9938840401 Update 2025-01-23 00:16:28 +01:00
Possible fc01741407 Update | more tasks and separation of tools 2025-01-22 22:23:29 +01:00
Possible 16507f7f7d Update 2023-11-16 18:55:31 +01:00
+6 -7
View File
@@ -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. 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 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. Make an additional screen with QR code scanner - it should be able to scan a QR code and and redirect to the page.
5. Implement the UI of dashboard and connect the drawer on the left side.
6. Use MVVM if doing it in Android or Swift.
## Login ## Login