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
- Host: GitHub
- URL: https://github.com/frankiesardo/firebuzz
- Owner: frankiesardo
- License: mit
- Created: 2021-08-02T17:16:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T19:42:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T02:51:16.829Z (over 1 year ago)
- Topics: chakra-ui, firebase, react, typescript
- Language: TypeScript
- Homepage: https://firebuzz.app/
- Size: 303 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/