A static GitHub Pages app for creating phrase-based bingo games. Games and phrases are saved in the browser with localStorage, so no backend or build step is required.
index.htmlis the page shell.styles.csscontains the responsive layout.app.jscontains game creation, phrase entry limits, board generation, marking, and win detection.
- Commit this folder to a GitHub repository.
- In the repository, open
Settings>Pages. - Choose the branch and folder that contains
index.html. - Save the Pages settings.