Jeff-Hill / Front-End-Capstone

0 stars 0 forks source link

User can register account #1

Open Jeff-Hill opened 5 years ago

Jeff-Hill commented 5 years ago

As a user, I should be able to fill out a form with my email address, and password to register myself in the application

Acceptance Criteria Given a user wants to use myApp When the user first accesses the application Then the user should see a welcome message And a hyperlink to the registration form

Given a user wants to register an account When the user clicks the Register a new account hyperlink Then a registration form should be displayed where the user can enter in an email address and password

Given a user has filled out both fields of the registration form When the user clicks the Register button Then the system should check if the email address is unique Then the system should check if the password is unique

And if both are unique, a new account should be created And the user should be taken to the homepage of the app