This is a simple Tic-Tac-Toe game built using React and Tailwind CSS. The project serves as a practice for working with React components, state management, and basic UI design using Tailwind.
- Play a classic Tic-Tac-Toe game.
- Responsive UI with Tailwind CSS.
- Basic game logic to determine the winner or a draw.
- Simple and easy-to-understand code structure.
-
Clone the repository:
git clone https://github.com/dgirotto0/tic-tac-toe-react.git cd tic-tac-toe-react
-
Install dependencies:
npm install
-
Run the development server:
npm start
-
Open the application in your browser:
http://localhost:3000
├── public # Static assets
├── src # Source files
│ ├── components # React components
│ ├── App.js # Main application logic
│ ├── index.js # Entry point
├── .gitignore # Files to ignore in Git
├── package.json # Project metadata
├── tailwind.config.js # Tailwind CSS configuration
- React
- Tailwind CSS
This project is licensed under the MIT License