A classic Tic Tac Toe game with data persistence in local storage.
-
Clone the GitHub repository:
git clone https://github.com/ZekeScript/tic-tac-toe.git
-
Install the dependencies:
cd tic-tac-toe npm install -
To start the game, in local.
npm run
- Click on any empty square with the mouse to make a move.
- Classic Tic Tac Toe gameplay.
- Game data is persisted in the local storage, so you can continue your game even if you close the browser.
The game relies on the following dependencies:
- React
- React DOM
- Canvas Confetti
Please ensure you have these dependencies installed before running the game.
The project has been deployed and can be accessed here.
At the moment, there are no specific guidelines for contributing to this project. However, if you have any ideas or improvements, feel free to submit a pull request or reach out to the project maintainer.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or support, please email estiga27@gmail.com.




