A minimalist web application for tracking chip stacks during poker games.
- Blind Structure: Set small and big blind amounts
- Player Management: Add players with their buy-in amounts
- Stack Tracking: Track total buy-ins with easy stack addition
- Cash Out Tracking: Record cash-out amounts for each player
- P&L Calculation: Automatic profit and loss calculation per player
- Balance Overview: View total cash balance across all players
- Data Persistence: Automatically saves game state to browser localStorage
- Responsive Design: Works on desktop and mobile devices
- Progressive Web App (PWA): Installable as a native app on your phone
- Offline Support: Works offline with service worker caching
- Dark/Light Mode: Toggle between dark and light themes
- Compact Mode: Toggle between normal and compact font sizes
- Set Blind Structure: Click "Set Blind Structure" to input small and big blind amounts
- Set Stack Amount: Enter the default stack amount (e.g., $200)
- Add Players: Click "Add Player" to add players with their names and buy-in amounts
- Track Buy-ins: Use the '+' button to add additional stacks during the game
- Record Cash Out: Enter the cash-out amount for each player
- View Statistics: See real-time P&L and total balance
- Clear Stats: Reset all data when starting a new game
This app can be installed on your phone as a Progressive Web App (PWA):
- Visit the site on your iPhone/iPad
- Tap the Share button
- Select "Add to Home Screen"
- The app will appear on your home screen like a native app
- Visit the site on your Android device
- You may see an "Install" prompt, or
- Use the menu (⋮) → "Add to Home Screen" or "Install app"
- The app will be installed and work offline
This site is deployed on GitHub Pages at: https://ctt062.github.io/Poker-Stack-Tracker/
Simply open index.html in a web browser to run locally.
- HTML5
- CSS3
- Vanilla JavaScript
- localStorage API for data persistence
- Progressive Web App (PWA) with Web App Manifest
- Service Worker for offline functionality and caching
MIT License