Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.
This repository was archived by the owner on May 10, 2022. It is now read-only.

SCHDL-2 - Create Sign Up Page  #2

@Devonte202

Description

@Devonte202

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.

Metadata

Metadata

Assignees

Labels

featureNew featurefront-endClient side development work

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions