/react-tic-tac-toe

:o::x::o: First React repo - tic-tac-toe

Primary LanguageJavaScript

React tic-tac-toe game

First attempt at learning React

Bonus Checklist

  • 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.

License

MIT