A simple tic tac toe game built using React
Front page | |
---|---|
The game is draw between 2 players | |
X won the game | |
Clear History Button- Clears all the previous records of the players | |
Restart button- Takes to the game again |
Clone the project
git clone https://github.com/namratabose32/Tic-tac-toe-game.git
Go to the project directory
cd Tic-tac-toe-game
Install dependencies
npm install
Start the server
npm run start