Skip to content

namratabose32/Tic-tac-toe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

A simple tic tac toe game built using React

Screenshots

Front page Annotation 2022-08-23 001701
The game is draw between 2 players Annotation 2022-08-23 001835
X won the game Annotation 2022-08-23 001904
Clear History Button- Clears all the previous records of the players Annotation 2022-08-23 005411
Restart button- Takes to the game again Annotation 2022-08-23 005256

Run Locally

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