Tic-tac-toe is a game in which two players take turns in drawing either an ` O' or an ` X' in one square of a grid consisting of nine squares. The winner is the first player to get three of the same symbols in a row.
- Fully responsive
- After fill all the boxes it will give the message weather anyplayer has won the game or game tie.
- React
- HTML
- CSS
git clone https://github.com/vin9012d/tic_toc_toe.git
To install all the dependences of the project, run the following command:
npm install
To run the application got to the client folder and run the following command:
npm start
Give a star if you like this project!