Skip to content

This is a simple implementation of the tic-tac-toe game on React.

Notifications You must be signed in to change notification settings

artkescha/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

This is a simple implementation of the tic-tac-toe game on React.

During the game, the history of moves is recorded - you can return to a specific step.

Demo: https://tick-tack-toe-game.herokuapp.com

Table of Contents

General info

This project requires npm install.

Technologies

Project is created with:

  • node version: 8.11.4
  • npm version: 3.5.2

Setup

In the project directory, you can run:

`npm start`

Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Future Revisions

Unit Tests

About

This is a simple implementation of the tic-tac-toe game on React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published