This project follows the official tutorial from React's website.
Among the functionalities of the game:
- 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
- Displays the location for each move in the format (col, row) in the move history list
- Highlights the currently selected item in the move list
- Lets you sort the moves in either ascending or descending order
- When someone wins, highlights the three squares that caused the win
- When no one wins, displays a message about the result being a draw
- Install node.js
- Clone this repo
- Install project dependencies by running
npm install
- Start the app:
npm start