Description: Create a login page for the website. Get the basic framework down first, don't worry about styling yet. Styling can be done in the last milestone. Don't make the login logic complex. Just put everything in red if the validation is wrong. Highlighting certain fields if they are wrong can be a nice to have later.
This login page should include the following elements:
Place to input the username
Place to input the user's password
Login button
Field validation upon submit
Acceptance Criteria:
[ ] Validation for the fields upon hitting login
[ ] Upon successful login go to the splash screen, else highlight the all the fields in red.
Description: Create a login page for the website. Get the basic framework down first, don't worry about styling yet. Styling can be done in the last milestone. Don't make the login logic complex. Just put everything in red if the validation is wrong. Highlighting certain fields if they are wrong can be a nice to have later.
This login page should include the following elements:
Acceptance Criteria:
Estimated time (hrs): 5
Time spent: 0
Notes: Check if the component already exists in a library shadcn/ui or react-native-reusables. MUI is also an industry used library