A simple and stylish Tic-Tac-Toe game built with React and Vite.
- Two-player local gameplay
- Animated UI with custom styles
- Responsive design
- Player name editing
- Game log and highlights
Clone the repository and install dependencies:
git clone https://github.com/your-username/react-tic-tac-toe.git
cd react-tic-tac-toe
npm installnpm run devOpen http://localhost:5173 in your browser to play.
npm run buildsrc/– React source codepublic/– Static assets (images, icons)index.html– Main HTML filevite.config.js– Vite configuration
You can update styles in src/index.css and add new features in src/App.jsx.