#Tic Tac Toe - https://silly-babbage-509de8.netlify.com/
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
This is a two player game. Player checks the boxof tictactoe board alternatively on mouse click events and there are total of 8 wining combinations which include vertical, horizontal and diagonal matching of '0' or 'X'.
Enjoy!!!