Tic-Tac-Toe Game (React + Tailwind CSS) 🎮 This is a simple yet interactive Tic-Tac-Toe game built with React and styled using Tailwind CSS. The game features:
✅ A responsive and visually appealing design ✅ Game history with the ability to jump to previous moves ✅ Win detection with a clear status update ✅ Interactive and smooth user experience
🚀 Tech Stack:
React (useState for state management) Tailwind CSS (for modern styling) 🔹 How to Run:
Clone the repo: sh Copy Edit git clone cd tic-tac-toe Install dependencies: sh Copy Edit npm install Start the development server: sh Copy Edit npm run dev 🎯 Play, have fun, and feel free to contribute!
origin/main