Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create lobby component #11

Open
4 tasks
scott-coates opened this issue Jan 10, 2023 · 0 comments
Open
4 tasks

Create lobby component #11

scott-coates opened this issue Jan 10, 2023 · 0 comments

Comments

@scott-coates
Copy link
Collaborator

Description

Create the lobby component. This component should appear on the /create route after the user provides their name. We will handle the /join route later.

image

Requirements

  • Provide a prop for the component that lets the game creator edit the lobby options.
  • Provide a list of all categories with at least 1 valid question.
  • Make a list of users currently in the lobby. For now, populate this list with the current user. Do NOT add any other users to this list yet. Just pass in the current user. We will pull users from the database in another task.
  • Create a start button. It can only be enabled when there are at least 2 players. Do NOT make the Start Game button functional yet, that's in another task.
  • Do NOT make the Room Code functional yet, because yep, that's in another task. Just hard code a number for now
  • Do NOT handle the /join route now, that comes later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant