Skip to content

akasrai/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A Tic Tac Toe game developed with React-Redux

Demo

https://reactjs-tictactoe.herokuapp.com/

Installation

Clone the project and in terminal

cd <project_folder>
npm install

To start the game

npm run start

Created with ReactJS