aaspinwall / collab

Collab project: We're currently building a decision maker app with Next.js on the frontend and graphQL / faunaDB on the backend.
https://collab-git-main.aaspinwall.vercel.app/
MIT License
5 stars 13 forks source link

User name generator screen #98

Closed aaspinwall closed 3 years ago

aaspinwall commented 3 years ago

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:

Screen Shot 2020-12-20 at 12 00 05 PM

The code on issue #38 has most of the work done, we need

AlexandreGagnon-Lalonde commented 3 years ago

I volunteer as a tribute

aaspinwall commented 3 years ago

I volunteer as a tribute

This made me laugh out loud. Go for it!

aaspinwall commented 3 years ago

Merged on #106