/tic-tac-toe

reactjs practice problem

Primary LanguageJavaScript

Tic-tac-toe Game

alt text

ReactJS practice problem based on this Tutorial with some bonus improvements:

  • Bold the currently selected item in the move list
  • When someone wins, highlight the three squares that caused the win
  • When no one wins, display a message about the result being a draw

How to run

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.