/tic-tac-toe

This is an implementation of tic-tac-toe game using react.js given in react.js official documentation

Primary LanguageJavaScript

This is an implementation of tic-tac-toe game using react.js given in react.js official documentation

How to run this application?

  1. First check whether you have node and npm installed
  2. Run "npm install" in terminal
  3. Then run "npm start", game will be running in your localhost at 3000 port
  4. Enjoy