Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 169 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 169 Bytes

react-tic-tac-toe

To run (and play the game), from root:

npm i

npm start

Tic-Tac-Toe game built in react with CSS template. Uses React state to manage game board.