Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 220 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 220 Bytes

TicTacToe-ReactJS

Tic-tac-toe implemented in ReactJS

React tutorial project to construct the tic-tac-toe board game

How to run:

  % npm install
  % npm start

and open your browser to http://localhost:3000