This is a simple Tic-Tac-Toe game implemented using Vite.
- Play Tic-Tac-Toe against another player.
- Save your and opponent's name.
- Responsive design for various screen sizes.
- Indicates the winner or a draw at the end of each game.
- Option to restart the game at any time.
Make sure you have Node.js and npm installed on your machine. Then, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/yourusername/tic-tac-toe.git
cd tic-tac-toe
npm install
npm run dev