renjithr23 / tic-tac-toe

Tic Tac Toe game implementation using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Demo

To check the live demo visit: live demo

Try out

To try locally

First you need some dependancies to install

  • NodeJs
  • npm

Then clone the repository

$ git clone https://github.com/saljoedassery/tic-tac-toe.git
$ cd tic-tac-toe
$ npm install
$ npm start

it will open in localhost:3000

About

Tic Tac Toe game implementation using React


Languages

Language:JavaScript 76.5%Language:HTML 12.0%Language:CSS 11.5%