Why?
When the user opens the link to a room, they should pick a name. The name should be generated by taking two random words from our word bank. These should be displayed for the user to select, they can also shuffle to get more suggestions. Once they pick one, the other options should be displayed as inactive. When the user is happy with their choice, they hit NEXT and can move on.
You can use a new page such as pages/name-generator/ to show how it works and we can later implement it on the app flow.
The result should look like this:
The code on issue #38 has most of the work done, we need
Why? When the user opens the link to a room, they should pick a name. The name should be generated by taking two random words from our word bank. These should be displayed for the user to select, they can also shuffle to get more suggestions. Once they pick one, the other options should be displayed as inactive. When the user is happy with their choice, they hit NEXT and can move on.
You can use a new page such as
pages/name-generator/
to show how it works and we can later implement it on the app flow.The result should look like this:
The code on issue #38 has most of the work done, we need