After installing the app, the fist time it is run, user should be navigated to Sign In
Modify the signin view to add a link to SignUp (don't you have an account yet?"
After sign up the user is automatically signed in.
Immediately the user is navigated to the animal slider view with no filters
In the EditMyProfile view, implement the "LogOut" functionality
In the Sign In view, implement the Forgot Password functionality
Optional
Try to figure out how to use the Storage of Capacitator to store the user's credentials to automatically sign in the next time the user opens the app. Check if there is any relation between localStorage and Storage from Capacitator.
Implement the app authentication workflow
Optional Try to figure out how to use the Storage of Capacitator to store the user's credentials to automatically sign in the next time the user opens the app. Check if there is any relation between localStorage and Storage from Capacitator.