Description
Add a Login Page component to the app, consistent with the existing design system. This will allow users to sign in and access personalized features.
Expected Behavior
When navigating to the login page, users should see a form for email/password login, a Google login option, and links for “Forgot your password?” and “Sign Up.”
Suggested Solution
Create a React component for the login page with:
Email and Password input fields
Login button
Login with Google button
“Forgot your password?” link
“Sign Up” link for new users
The component should follow the project’s UI design system (Tailwind/shadcn/ui).
Description
Add a Login Page component to the app, consistent with the existing design system. This will allow users to sign in and access personalized features.
Expected Behavior
When navigating to the login page, users should see a form for email/password login, a Google login option, and links for “Forgot your password?” and “Sign Up.”
Suggested Solution
Create a React component for the login page with:
Email and Password input fields
Login button
Login with Google button
“Forgot your password?” link
“Sign Up” link for new users
The component should follow the project’s UI design system (Tailwind/shadcn/ui).