Open violaberg opened 2 months ago
As a returning user I can log in so that I can access my personal profile, track progress and save information
User can log in using their username/email and password.
User receives an error message if the login credentials are incorrect.
Successful login redirects the user to the home screen.
[x] Implement the login form on the frontend.
[ ] Validate user credentials and handle authentication.
[ ] Display error messages for invalid login attempts.
[ ] Redirect to the home screen upon successful login.
[x] Style the login page
As a returning user I can log in so that I can access my personal profile, track progress and save information
Acceptance criteria:
User can log in using their username/email and password.
User receives an error message if the login credentials are incorrect.
Successful login redirects the user to the home screen.
Tasks:
[x] Implement the login form on the frontend.
[ ] Validate user credentials and handle authentication.
[ ] Display error messages for invalid login attempts.
[ ] Redirect to the home screen upon successful login.
[x] Style the login page