dsozzi / tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIC TAC TOE

A tic tac toe game made in React.

Getting Started

First cd into the app folder and install all dependencies typying in the terminal:

npm install

then run the server

npm start

and visit localhost:3000

Demo

https://www.dsozzi.it/tic-tac-toe

Tests

To run some tests, enter:

npm run test

About


Languages

Language:JavaScript 80.0%Language:HTML 12.6%Language:CSS 7.3%