Implementation of the Facebook React tutorial with improvements.
- Display the move locations in the format "(1, 3)" instead of "6". See: #1
- Bold the currently-selected item in the move list. See: #2
- Rewrite Board to use two loops to make the squares instead of hardcoding them. See: #3
- Add a toggle button that lets you sort the moves in either ascending or descending order. See: #4
- When someone wins, highlight the three squares that caused the win. See: #5
This project was bootstrapped with Create React App.
cd react-tictactoe
npm install
npm startOpen http://localhost:3000 to view it in your browser.