The purpose of this exercise is to create a React or Expo app which allows a user to log into an API then upload an picture of their CV via a web portal.
The user journey should follow these steps:
- The user should log in via a login form using an email and password
- This should be a basic form with email and password fields. You can use the React Native core library or a forms package of your choice
- The form should send a POST request to the following URL: https://safeguard-me-coding-exercise.azurewebsites.net/api/Login