React Patterns
- State management with context and reducers
- Component optimization and render control

Simple tournament tracker built while learning Next.js app router and TypeScript
Basic tournament management tool for cornhole games. Built to learn state management and data visualization in Next.js.
Basic tournament creation with customizable formats. Uses local storage for data persistence.

Simple match matrix showing game outcomes. Includes basic sorting and filtering.

Basic statistics tracking including wins, losses and points difference.

Real-time score entry and standings updates using React state management.

Managing tournament data consistently across components. Implemented context-based state.
Handling data storage and recovery with local storage. Added state migration handling.
Keeping all stats and standings in sync after score updates. Improved render optimization.