/Tic-Tac-Toe

Tic Tac Toe game made with react js

Primary LanguageJavaScript

Tic Tac Toe

Tic Tac Toe game made with Reactjs.

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites 📋

You'll need Git and Node.js (which comes with NPM) installed on your computer.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

How To Use 🔧

From your command line, first clone Tic-Tac-Toe:

# Clone this repository
$ git clone https://github.com/bilal-23/Tic-Tac-Toe

# Go into the repository
$ cd Tic-Tac-Toe

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start

Once your server has started, go to this url http://localhost:8080/ and you will see the website running on a Development Server:

TicTacToe

Screenshots

TicTacToe

TicTacToe

Technologies used 🛠️

Status

Netlify Status

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.