Skip to content

Tic Tac Toe Game built with React, Typescript and Tailwind CSS

reza899/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

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.

Live Demo

Tic-tac-toe

Project Setup

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

install all dependencies by running:

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.

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

Tic Tac Toe Game built with React, Typescript and Tailwind CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published