Table of Contents
A simple and interactive Bingo game built with React, TypeScript, and Zustand for state management, offering an engaging experience with a customizable bingo card. The app allows users to play Bingo with predefined phrases, dynamically generate bingo cards.
Below are frameworks/ libraries used to bootstrap this project.
Below are instructions on setting up your project locally.
- Node 21
- Pnpm 8.14.4
- Typescript": ^5.6.2
- Clone the repo
git clone https://github.com/dnyaneshwargiri/bingo-app.git
- Install NPM packages
pnpm install/ yarn install
- Compile bingo app
pnpm build
- Run
pnpm start /* production */ pnpm dev /* dev mode */
Run test cases
pnpm test

Check for linting Warnings, Error
pnpm lint
- Build application for production
pnpm build
- Build Docker image
chmod +x ./docker.build.sh
./docker.build.sh
- Run Docker image
docker run -p 4000:4000 bingo-app
Please be informed commits are intentionly not squashed.
Click on matrix cell at lower device on focus state can be enhanced.