react-tic-tac-toe

A Tic-tac-toe game using React.

Steps to run the project.

  • You need to install all dependencies by running npm install for that.
  • Use npm start to run the game.
  • npm test for testing.
  • You can also see the code coverage by running npm run coverage.

This project have a yarn.lock file, therefore, I recommend the use of yarn, if you have it installed, to run those command lines listed above.

This project was bootstrapped with Create React App.

GitHub