DEV Community

bonnguyenitc
bonnguyenitc

Posted on

Build Bingo Online with NextJS 13 and Supabase

Hi everybody, I try to make a Bingo game with:

  • NextJS 13, Chakra UI for font-end.
  • Supabase for back-end(authenticate, database).

Demo
Source code

Features

  • Authenticate with Supabase OAuth.
  • Realtime data.
  • Create a round to play.
  • Create a team to play together.
  • Join the game by code invitation or entry code of game.
  • Role: Host, Player

Hope we have a fun game.

Demo

Step 1: The host create a game

step-1

Step 2: The host copy code send to player

step-2

Step 3: Player enter code to join game

step-3

step-3-1

Step 4: The host click Bingo button to generate number

step-4

Top comments (0)