We just need to confirm you have what it takes. Good luck!
- Fork this repository, so it can stay on Github.
- Commit your changes after every task.
- When you finish, send us the link to your repository and wait for an answer.
Bring up a terminal, then go to your project root directory and install local dependencies:
yarn
To start local dev server, type in the following command in your terminal:
yarn start
To start the app on iOS, run:
yarn ios
To start the app on android, run:
yarn android
Add validation to the login form that validates on submit.
You are very much obliged to go beyond the scope of the design in a bid to handle error and success message/messages display, and any other thing that improves UX.
After finishing all tasks, reply the mail that sent you this repo with a link to your repo.