Skip to content

WarioNeila86/reactjs-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe game using React

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

Prerequisites

  • Install node.js
  • Clone this repo
  • Install project dependencies by running npm install

How to execute the app

  • Start the app: npm start

How it looks like


Releases

No releases published

Packages

No packages published