Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] Create login and sign up pages #3

Open
4 tasks
michaelhyi opened this issue Jan 15, 2025 · 0 comments
Open
4 tasks

[FE] Create login and sign up pages #3

michaelhyi opened this issue Jan 15, 2025 · 0 comments

Comments

@michaelhyi
Copy link
Contributor

michaelhyi commented Jan 15, 2025

Description

  • Frontend developers should follow the Figma designs to create the login and sign up pages using Next.js + Tailwind.

Acceptance Criteria

  • Login and signup pages utilize the form HTML tags, with proper submission handling. For now, simply printing the form data will suffice.
  • All states in the login / sign up flow (error or success) should be implemented and simulated with tests.
  • Write basic form validation logic using Zod, and display error states based on the validation. Assume that if data validation passes (for now), the state will be success. This will change with the status from the backend.
  • Routes: /login and /register. This is subject to change
@michaelhyi michaelhyi added this to the Sprint 1 - S24 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant