
For this challenge, your team needs redesign the Carleton Central login page.
Checkout: client/src/pages/Login/Login.tsx to get started.
Additionally, today the email and password values used when clicking “sign in” are hard coded to be admin@email.com and password.
Utilize React’s useState hook to store custom values for email and password and update the attemptLogin login function to use the newly stored values.
The new login page must satisfy atleast (2) of these (4) possible criteria:
Additionally, the team must demonstrate that their sign in inputs are not hardcoded with values of admin@email.com and password.