/tic-tac-toe

A simple Tic Tac Toe game in React-Redux

Primary LanguageHTMLMIT LicenseMIT

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