Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-tictactoe

Implementation of the Facebook React tutorial with improvements.

Improvements

  1. Display the move locations in the format "(1, 3)" instead of "6". See: #1
  2. Bold the currently-selected item in the move list. See: #2
  3. Rewrite Board to use two loops to make the squares instead of hardcoding them. See: #3
  4. Add a toggle button that lets you sort the moves in either ascending or descending order. See: #4
  5. When someone wins, highlight the three squares that caused the win. See: #5

This project was bootstrapped with Create React App.

Quick Start

cd react-tictactoe
npm install
npm start

Open http://localhost:3000 to view it in your browser.

Releases

Packages

Contributors

Languages