Skip to content

willtham1/simple_tictactoe

Repository files navigation

  • Lets you play tic-tac-toe,
  • Indicates when a player has won the game,
  • Stores a game’s history as a game progresses,
  • Allows players to review a game’s history and see previous versions of a game’s board.
  • Check out a live demo here!

alt text alt text

This is a simple project displaying the knowledge of

- React
- React-dom
- useState

Check it out yourself!

npm install
npm run start