tiggersworth / budgeting_website

5 stars 1 forks source link

Create Login Form Skeleton #39

Open kotinos opened 6 years ago

kotinos commented 6 years ago

Tasks: 1) Create greeting, "Welcome!" for client. 2) Create a form box to input Username. (Any String) 3) Create a form box to input Password. (Any String) 4) Create a button that takes the client to the home page.

kotinos commented 6 years ago

Task Tests:

Getting to the login page: 1.) Client lands on url. 2.) Clients hits login button.

1.) Client should see Welcome! 2.) Using the first form box any spring should be allowed to be inputted. 3.) Using the first form box any spring should be allowed to be inputted. 4.) Clicking the button with any strings should take the user to the home page.