Skip to content

Sid200026/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple Tic-Tac-Toe game made using ReactJS and Redux library.

Clone this repository in a folder and change your directory to that folder

To run this on your local machine we need NodeJS, npm package, ReactJS, Redux Library

For installing NodeJS run the following commands

sudo apt update
sudo apt install nodejs

Now we need to install npm

sudo apt install npm

If your machine has administrator priviledges then we do not need to use sudo for the following commands

To install Reactjs globally

sudo npm install -g react
sudo npm install -g create-react-app

To install Redux Library

sudo npm install redux
sudo npm install react-redux

And done!!!!

To run this on your local machine use

npm start

About

A simple Tic-Tac-Toe game made using ReactJS and Redux library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published