Following and extending the React tutorial
Check out the live demo at https://samandpel.github.io/tic-tac-toe
- 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.