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

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

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`.

![Wedding Crashers Bingo](screenshots/wedding-crashers-1.png)

## Setting Up

```
yarn
yarn start
```