A modern, mobile-friendly web application for calling bingo numbers with their traditional phrases. Perfect for bingo callers who want a digital alternative to paper cards.
- 🎯 Instant number-to-phrase lookup
- 📱 Mobile-optimized with numeric keypad
- 🌗 Dark theme design
- 🎄 Multiple phrase sets (Standard and Christmas themed)
- ⚙️ Easy theme switching
- 💫 Smooth animations and transitions
- Open the app on your mobile device
- The numeric keypad will automatically appear
- Type any number from 1-90
- The corresponding bingo phrase will instantly appear
- Use the gear icon (⚙️) in the top right to switch between different phrase sets
To run locally:
# Install dependencies
npm install
# Start development server
npm run devThe app is configured for GitHub Pages deployment using gh-pages package.
- Make your changes
- Deploy to GitHub Pages:
npm run deployThis will:
- Build the project
- Push the built files to the gh-pages branch
- Deploy to https://oligirling.github.io/bingo
Built with:
- React 18
- Vite
- Modern CSS
- Mobile-first design principles
Traditional British bingo calls, including classics like:
- "Kelly's eye" (1)
- "Two little ducks" (22)
- "Two fat ladies" (88)
Festive-themed calls for holiday bingo sessions, featuring:
- "Christmas Eve" (24)
- "Christmas Day!" (25)
- "Boxing Day" (26)
MIT
Feel free to open issues or submit pull requests for:
- New phrase sets
- UI improvements
- Bug fixes
- Feature requests