Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 573 Bytes

File metadata and controls

17 lines (11 loc) · 573 Bytes

TicTacToeReactHooks

A PureScript port of the official reactjs.org documentation's Tutorial: Intro to React example.

Expected Behavior:

Browser

The browser will display a functioning tic-tac-toe game that:

  • 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.

Dependencies Used:

react react-dom