SFU-Blueprint / Pedals

Apache License 2.0
0 stars 0 forks source link

register-component #37

Open Sallin142 opened 1 month ago

Sallin142 commented 1 month ago

Image

Subtasks:

  1. [ ] Create the register.tsx component in the app/register/components/ directory.
  2. [ ] Implement the layout and styling for the register component.
  3. [ ] Add input field for the full name with the specified label and placeholder.
  4. [ ] Add separate input fields for day, month, and year for the date of birth with the specified placeholders.
  5. [ ] Implement form validation to ensure all required fields are filled correctly.
  6. [ ] Test the register component for responsiveness and functionality.
  7. [ ] Conduct a code review and obtain approval.

https://www.figma.com/design/1hpRLtveOgIDcvLeFu2rMM/Logbook?node-id=686-9608&t=KohqttY5AQuqvcNd-0

Sallin142 commented 3 weeks ago