As a user, i want to have a page for me to register and log in to this league system, my account should be stored in database for safe.
Acceptance criteria
1.The user can enter their email and password to log in.
2.If the email or password is incorrect, an error message is displayed: "Invalid email or password. Please try again.
3.The user can switch to a registration form within the same page
Tasks
1.Create html/CSS structure
2.Add form fields with appropriate labels and placeholders
3.Connect the login and registration forms to back-end APIs.
4.Handle error responses and display user-friendly messages.
Edited by Zhicheng Xu