Bingogo is a simple single page application for creating and playing custom bingo games. Game hosts can create a game by specifying a series of possible bingo entries and then share a link the game to the players. Players will be given a randomized card that they can then play in the browser or print.
Bingogo is written in Javascript without transpiling or polyfilling. Currently the main app isn't even compressed. As such you can load the index page directly in the browser during development. Mithril.js is used as the SPA framework.