AS A NDIC dev
I WANT to create a Join / Host Screen for the app
SO THAT our players can choose whether they want to host a game or play one with their friends.
ACCEPTANCE:
(1 unit of work)
There should be an angular component for this page.
(1 unit of work)
Angular routing needs to be implemented.
(1 unit of work)
The Whose Lips logo should appear centered at the top of the screen.
(1 unit of work)
There should be a button labeled Join that is centered and implements styling.
There should be a button labeled Host that is centered and implements styling.
(1 unit of work)
When a user clicks the Join button, they should be routed to the Join screen.
When a user clicks the Host button, they should be routed to the Host screen.
AS A NDIC dev I WANT to create a Join / Host Screen for the app SO THAT our players can choose whether they want to host a game or play one with their friends.
ACCEPTANCE: (1 unit of work) There should be an angular component for this page.
(1 unit of work) Angular routing needs to be implemented.
(1 unit of work) The Whose Lips logo should appear centered at the top of the screen.
(1 unit of work) There should be a button labeled Join that is centered and implements styling. There should be a button labeled Host that is centered and implements styling.
(1 unit of work) When a user clicks the Join button, they should be routed to the Join screen. When a user clicks the Host button, they should be routed to the Host screen.