Skip to content

Latest commit

 

History

History

TicTacToeReactHooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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