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

Voting Room with Backend Data #80

Closed andrewbaldwin44 closed 3 years ago

andrewbaldwin44 commented 3 years ago

With the almighty great and powerful almighty dark level 11 wizard @kolbymckeown

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/aaspinwall/collab/52vc46o94
✅ Preview: https://collab-git-backend.aaspinwall.vercel.app

kolbymckeown commented 3 years ago

The CheckboxForm component takes the voteOptions as a prop and renders out a form of radio buttons (so only one options can be selected), also made it so the Timer component takes the roomData.timeLimit to set timer