/tic-tac-toe

A simple tik tak toe game created using javascript, ReactJS.

Primary LanguageJavaScript

Tic Tak Toe

Netlify Status

How to get started ?

  1. CLick on Green Code button and download the project

  2. Open terminal in project's root directory

  3. Execute the below command to install all dependencies

npm install 
  1. Execute the below command to start the project server
npm start
  1. Optionally you can execute the bellow command to get a production build
npm build

Demo