An open API service indexing awesome lists of open source software.

https://github.com/frankiesardo/firebuzz

Simple buzzer multiplayer running on Firebase and styled with Chakra UI
https://github.com/frankiesardo/firebuzz

chakra-ui firebase react typescript

Last synced: about 1 year ago
JSON representation

Simple buzzer multiplayer running on Firebase and styled with Chakra UI

Awesome Lists containing this project

README

          

# Firebuzz

Simple buzzer multiplayer running on Firebase and styled with Chakra UI

Host a game with a unique room id. Players can join and buzz to answer questions. There's also a simple scoring system to keep track of points.

## Tools

- Development: `yarn start `
- Build: `yarn build`
- Deploy: `yarn deploy`

## Useful resources

- https://chakra-ui.com/guides/integrations/with-cra
- https://github.com/FirebaseExtended/reactfire/blob/main/docs/quickstart-concurrent-mode.md
- https://blog.logrocket.com/how-to-use-typescript-with-react-18-alpha/