Screenshot

Tic Tac Toe

Clone of Google's version of tic tac toe game in react.

Setup Instructions

The game was built using the standard create-react-app

  1. Install all the dependencies

    $ npm i
  2. Then run the game

    $ npm start