A tic tac toe game implemented in react
# clone the repo
$ git clone https://github.com/deviantfero/react-tic-tac-toe && cd ./react-tic-tac-toe
# install dependencies
$ npm install
# run the project
$ npm start
after following this steps you can now visit http://localhost:8080/
and choose a board size
there, or if you prefer you can enter directly to a board by going into http://localhost:8080/play/{size}
,
for example: http://localhost:8080/play/3
will give you a 3x3 tic-tac-toe board, enjoy!