UI built in NextJs (typescript) for gamedoora, a social and collaboration hub for everyone involved in gaming, animation, and film production pipeline.
Implement a login page for the MVP using the Material Kit React UI framework from minimal-ui-kit/material-kit-react. The login page should provide users with a form to enter their credentials (username/email and password) and a button to submit the form. Successful login should redirect users to the Profile Page.
Tasks
[ ] Design the layout of the login page using Material Kit React components.
[ ] Implement form inputs for username/email and password.
[ ] Set up form validation to ensure all fields are filled before submission.
[ ] Connect the login form to backend authentication endpoints.
[ ] Handle login success and failure scenarios.
[ ] Implement routing to redirect to the Profile Page upon successful login.
Description
Tasks