/tic-tac-toe

Primary LanguageJavaScript

This is a very basic version of Tic-Tac-Toe.

It's built with Object Oriented JS logic, and a minimalistic React GUI.

To run locally:

$ git clone git@github.com:mendelB/tic-tac-toe.git
$ npm install
$ npm start

Then navigate to localhost is your favorite browser.

This project is live