/tic-tac-toe

Following and extending the React tutorial

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

tic-tac-toe

Following and extending the React tutorial

Live demo

Check out the live demo at https://samandpel.github.io/tic-tac-toe

Additional features

  • Component code and styles have been split into separate files in ./src/components.
  • Functionality for announcing a draw added.
  • Polished CSS.
  • Time travel buttons have board preview.
  • Winning lines are highlighted.