This commit is contained in:
Possible
2025-01-23 00:16:28 +01:00
parent fc01741407
commit 9938840401
+3 -11
View File
@@ -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