/react-tic-tac-toe

Simple tic tac toe game made with react and Mobx

Primary LanguageJavaScript

React Tic Tac Toe

dependencies Status devDependencies Status

A React powered Tic Tac Toe game.

App details

You can view the app live from Github.io. The game is using the below technologies:

Run locally

You need to have node.js installed. When you are ready you can install all dependencies and run the development server by typing the below commands:

npm i
npm start
open http://localhost:8080

Standard - JavaScript Style Guide