This project was bootstrapped with Create React App.
It is an interactive tic-tac-toe game which you can find on the official React tutorial page.
I will add the following features which are called "ideas for improvements" in the tutorials wrap up section:
- Display the move locations in the format "(1, 3)" instead of "6".
- Bold the currently-selected item in the move list.
- Rewrite Board to use two loops to make the squares instead of hardcoding them.
- Add a toggle button that lets you sort the moves in either ascending or descending order.
- When someone wins, highlight the three squares that caused the win.