So, I got a poker set for Christmas - yay! I started playing poker over the summer, but I'm not very good at it. My biggest issue that I can't read the board very quickly and also understand the potential of my hand. So, I built this!
Day Zero Poker is a web-based poker training platform designed to help beginners master the fundamentals from day zero. It currently offers two training tools:
Practice identifying winning hands at every stage of Texas Hold'em:
- Interactive hand evaluation practice
- Support for 2-8 players
- Real-time feedback at each stage (pre-flop, flop, turn, river)
- Complete hand rankings reference
- Accurate poker hand evaluation with proper tie-breaking
- Instant feedback on your winning hand predictions
Test your knowledge of starting hand groups:
- Practice categorizing starting hands into their correct groups
- Learn which hands belong in which tier
- Instant feedback on your answers
- Toggle reference guide for learning
- Track your progress with a score counter
- Next.js
- React
- Tailwind CSS
# Clone the repository
git clone https://github.com/amoghthusoo/poker-hand-trainer.git
# Install dependencies
npm install
# Run the development server
npm run devOpen http://localhost:3000 with your browser to start practicing!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.