This is a responsive, fully functional Tic Tac Toe game built with React and CSS Modules. The game features:
- Home and Game pages
- Theme switching (light/dark)
- Sound effects
- Score tracking
- Responsive design for all screen sizes
- Theme Switching: Toggle between light and dark themes
- Sound Effects: Toggle sounds on/off
- Responsive Design: Works on mobile, tablet, and desktop
- Score Tracking: Keeps track of X and O wins
- Game Logic: Detects wins, draws, and highlights winning lines
- Modals: Instructions and game results
- Contexts: State management with React Context API
- Hooks: Custom hooks for game logic, sounds, and modals
- Components: Reusable UI components
- Styles: CSS modules for component-specific styling
- Main files: App setup and routing