You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2022. It is now read-only.
Design and implement a sign up page on the front end
Requirements
A general usage form component should be created using React Hook From
Form should have front end validation
Email - no length requirement, must be an actual email
First Name - max length(50), min length(2), alphabet characters only
Last Name - max length(50), min length(2), alphabet characters only
Phone Number - Must be a US phone number
Password - min length(8), max length(50)
Design
Avoid any flashy colors, as the color pallete will later be imported via an API call with a response containing color preferences. If possible, build with this in mind.
Any CSS frameworks are welcome, so long as they are malleable
The sign up page is going to be the first page users see when they visit this application. Design with that in mind.