A fun little webapp that gives you a daily bingo card of random sightings, Daily Bingo allows users connect by sharing custom-made (or app-generated) bingo cards. It is intended as a simple pastime, and includes a group chat feature.
This folder contains static files for the webapp, such as stylesheets and SVGs.
This folder contains the built webapp and its associated files.
This folder contains typescript interfaces used to model the data stored in the database, as well as the MongoIO class. The interfaces are:
- Card
- Cell
- Entry
- Group
- MongoInterface
- User
This folder contains publically available static files. Unlike those found in the assets
folder, these files can be accessed from the browser when the site is live.
Files in this folder are related to the server side of the webapp.