Bingo Card Creator is a React-based web application that allows users to create customizable bingo cards. Users can set the card size, add items, customize the title, and more.
- Customizable card size (3x3 to 7x7)
- Editable card title
- Add, sort, and deduplicate bingo items
- Optional free space
- Real-time preview of the bingo card
- Node.js (version 12 or higher)
- npm (usually comes with Node.js)
-
Clone the repository:
git clone https://github.com/yourusername/bingo-card-creator.git -
Navigate to the project directory:
cd bingo-card-creator -
Install dependencies:
npm install -
Start the development server:
npm start -
Open your browser and visit
http://localhost:3000to see the app.
- Set the card size using the "Card Size" input.
- Enter a title for your bingo card in the "Card Title" field.
- Add items to your bingo card in the "Items" textarea, separating each item with a comma.
- Use the "Sort" and "Deduplicate" buttons to organize your items.
- Toggle the "Free Space" checkbox if you want a free space in the center of the card.
- The bingo card preview will update in real-time as you make changes.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- React team for the amazing framework
- All contributors and users of this project