Tic-tac-toe game is built with React, Typescript and Tailwind CSS.
The useGameState hook is applied the logic of the game.
There is a History section which is players can jump back into their past actions.
You can clone the project on your local machine by running:
git clone https://github.com/reza899/tic-tac-toe.git then:
cd tic-tac-toe
npm install
you can view the project live by runnig yarn start or npm start
for production release/deployment run npm run build to bundle a minified version of the code.
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!