Skip to content

A simple online Bingo game built with Remix, React, TypeScript, Shadcn & Radix components, with a SQLite database and Prisma ORM, ready to be hosted on Fly

Notifications You must be signed in to change notification settings

jrmgilbert/remixbingo

Repository files navigation

Remix Bingo

Logo for the Remix Bingo project.

This is a Bingo game built in Remix, originally built for guests of my wife's birthday weekend.

Screenshot of a Bingo grid for the Remix Bingo project.

Built with Remix, React, TypeScript, ShadCN and Radix components, with Prisma over an SQLite database, ready to be hosted on Fly.

Important

This project has no security features built-in (for example, anyone can edit anyone's grid, mark items as completed, and so on) and is not ready for production as-is, except for a very limited and trusted audience.

Setup steps

  • Run npm install
  • Setup your Bingo items in prisma/seed.ts
  • Initialize your database with npx prisma migrate dev --name init. This creates your SQLite database and initializes it with the schema and seed data
  • Run the project locally npm run dev

About

A simple online Bingo game built with Remix, React, TypeScript, Shadcn & Radix components, with a SQLite database and Prisma ORM, ready to be hosted on Fly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published