hayleylandsberg / cue

Front-End Capstone for Nashville Software School
http://www.cuemedmgmt.com
2 stars 0 forks source link

Sign In & Register Components #1

Open hayleylandsberg opened 6 years ago

hayleylandsberg commented 6 years ago

Story

As a user, I should be able to log in and register for the app.

Acceptance Criteria

Given a user wants to log in or create an account When the user clicks an affordance to to log in, it will take the email and password inputed by the user and check to see if the criteria matches a current user. If not it will alert the user to register. The user will click the affordance to register Then a form should be presented to the user in which the following properties can be provided:

  1. First Name
  2. Last Name
  3. Email
  4. Birthday
  5. Password

After the user inputs their information, they will click the sign up affordance and be taken to their dashboard.