codersforcauses / coexist

https://coexist-events.vercel.app
MIT License
6 stars 0 forks source link

Redo signup page #123

Open harryrigg opened 1 month ago

harryrigg commented 1 month ago

Sign up page should be redone to use react-hook-form instead of manually managing state and errors. This will make the code more maintainable and the form will be more accessible.

Use zod to define a schema that matches the backend requirements, and provides descriptive error messages.

See the create and edit event pages for reference.

github-actions[bot] commented 3 weeks ago

Branch issue-123-Redo_signup_page created!