param087 / tic-tac-toe-using-ReactJs

tic-tac-toe game using ReactJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe-using-ReactJs

tic-tac-toe game using ReactJs

Dependencies

features

In this game you can undo the steps you taken so that you get better future view of any step taken

To Run

$npm install

$npm start

 It will start the node on the port 3000 and you can access app using url http://localhost:3000 
 if this not work then
 run following command
 $npm install -g create-react-app
 $create-react-app my-app
 and empty the src folder and replace the src of ths repository
 and run 
 $npm start

screenshots of game

image

image

Any problem raise an issue

About

tic-tac-toe game using ReactJs


Languages

Language:JavaScript 59.2%Language:HTML 28.1%Language:CSS 12.7%