/tic-tac-toe

tic-tac-toe in React

Primary LanguageJavaScript

Tic-tac-toe in React

Yet another round of the tic-tac-toe game in a effort to learn the basics of React. For the time being I'm leaning heavily on the tutorial in the React docs with the following additions:

Getting Started

  • npm start to run the app during development
  • npm run build to bundle a production build
  • npm test to run the tests