Poker Hands Theory This is a simple React application designed to help users gain theoretical knowledge about poker hands. Whether you're a beginner or looking to brush up on your poker hand rankings, this app provides a straightforward and interactive way to learn.
- Interactive Learning: Explore different poker hands and understand their rankings and the optimal decisions.
- Visual Aids: Clear and concise visual representations of each hand.
- Different Modes: Preflop / Flop / River / Turn
- Different Playstyles: Tight Passive / Loose Passive / Tight Aggressive / Loose Aggressive
- Playstyle Charts: Charts based on the selected playstyle - good for getting a sense of optimal moves
Installation:
npm install
Start the development server:
npm run dev
Open your browser and navigate to:
http://localhost:5173