/simple-tic-tac-toe

A very simple Tic-Tac-Toe game by React

Primary LanguageTypeScript

Simple Tic-Tac-Toe Game

A very simple tic-tac-toe game motivated by Senior React.js Interview Question

The Requirements are:

  1. Build a Tic-Tac-Toe game
  2. Board size should be variable but equal height and width
  3. If there is a winner, print the winner
  4. Reset the board after a win