nss-evening-cohort-9 / nutshell-cashew

nutshell-cashew created by GitHub Classroom
0 stars 1 forks source link

add-user-name #37

Closed sarahjulesthorne closed 5 years ago

sarahjulesthorne commented 5 years ago

User Story

As the user, when I log in for the first time, a modal should appear prompting me to enter a username
As the user, when I enter my userName and hit save, the page should display the home page with a simple heading greeting me by my userName

AC

When I log in for the first time,
Then a modal should appear prompting me to enter a username
When I enter my username and hit save,
Then the home page should appear with my username displayed
And the firebase database should be updated with my new user instance

Development