/Tic-Tac-Toe

This is an implementation of famous game Tic-Tac-Toe with react JS along with reactStrap for a better UI to make it responsive

Primary LanguageJavaScript

Tic Tac Toe

This is a really simple and fun game to play. This project is the implementation of this game using ReactJs and Bootstrap4 library for react i.e. reactstrap. Visit this link to know more about Reactstrap.
Live demo of the project: Tic Tac Toe.

To run this project

Step 1: Clone this repo using git clone repo_name in your terminal.

Step 2: Now, you need to install all the packages required to run this application. Navigate into this project folder and then run npm install.

Step 3: After this run npm start or if you have yarn installed then you can also do yarn start.

Step 4: Game will automatically open in your default browser in the development mode, if not then open http://localhost:3000 to view it. The page will reload if you make edits. You will also see any lint errors in the console.

This repo is open for PRs, if you encounter any bug, or could introduce enhancement to the working of game then go for the PR.