The classic tic tac toe game taken to a whole new level.
- Install the dependencies with
yarn install
- Then run the app using
yarn start
You can test the game here
- Fork it ( https://github.com/ricglz0201/ttt-react/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request