https://game-bingo.vercel.app/
Board display durring play
Shared card display
Leaderboard display
Available E2E tests with Cypress
- clone and follow the instructions how to start the backend server https://github.com/bashcole/bingo-api/
- create a
.env.localfile using.env.exampleas template - change the backed API url inside
env.local npm installto install dependenciesnpm run devto start the applicationnpx cypress opento open Cypress window and test the application