https://github.com/gggritso/bingobango
A little clickable bingo board for drinking games and such
https://github.com/gggritso/bingobango
bingo game react tailwind
Last synced: 6 days ago
JSON representation
A little clickable bingo board for drinking games and such
- Host: GitHub
- URL: https://github.com/gggritso/bingobango
- Owner: gggritso
- Created: 2020-04-09T01:33:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T19:15:03.000Z (8 months ago)
- Last Synced: 2025-04-08T14:46:39.827Z (6 months ago)
- Topics: bingo, game, react, tailwind
- Language: JavaScript
- Homepage: https://bingo.gggritso.com
- Size: 8.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BingoBango
A small mobile-only Bingo game with hard-coded topics. A plain black-and-white board with text squares stored as JSON files. Squares are clickable, and the state is saved to `localStorage`.

## Setting Up
```
yarn
yarn start
```