bilal-23 / Tic-Tac-Toe

Tic Tac Toe game made with react js

Home Page:https://tictactoe23.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tic Tac Toe game made with react js

https://tictactoe23.netlify.app/


Languages

Language:JavaScript 45.6%Language:CSS 36.8%Language:HTML 17.6%