A very simple tic-tac-toe game motivated by Senior React.js Interview Question
The Requirements are:
- Build a Tic-Tac-Toe game
- Board size should be variable but equal height and width
- If there is a winner, print the winner
- Reset the board after a win