Tic-Tac-Toe Game

This is a simple Tic-Tac-Toe game implemented using Vite.

Features

  • 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.

Installation

Make sure you have Node.js and npm installed on your machine. Then, follow these steps:

  1. 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