Digital bingo game, for when you don't feel like carrying the box!
- Add translations into other languages
- Add support for other bingo types (sinco, zubbio, etc...)
- Add client-side vibration on winning events (ambo, terna, quaterna, cinquina, tombola)
- Add game statistics (games played, top 5 most extracted numbers)
- Add real-time chat with other players and quick reactions during the game
- Implement game deletion when host leaves
Make sure to install the dependencies:
bun installStart the development server on http://localhost:3000:
bun run devBuild the application for production:
bun run buildLocally preview production build:
bun run previewCheck out the deployment documentation for more information.