hotslab / tictactoe

Tic-Tac-Toe example built with simple React Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple React Tic-Tac-Toe Game

  • A simple Tic-Tac-Toe game built using simple React Hooks
  • Prerequisites
    1. Latest NodeJs
    2. Git
    3. Command line interface tool

Installation

  • To install and start, just follow the instructions below in your command line interface:
git clone git@github.com:hotslab/tictactoe.git

cd tictactoe/

npm install

npm run start

About

Tic-Tac-Toe example built with simple React Hooks


Languages

Language:JavaScript 70.1%Language:HTML 24.0%Language:CSS 5.9%