😮
TicTacToe Requirments Starting from a blank index.html and blank app.js file, build a single-page app for a simple Tic Tac Toe game, where:
- the first move always starts with player X
- the app detects a win or tie and displays an appropriate message
- a button resets the game for a new round of gameplay