An open API service indexing awesome lists of open source software.

https://github.com/faheel/tic-tac-toe-react

An interactive tic-tac-toe game built using React
https://github.com/faheel/tic-tac-toe-react

game react tic-tac-toe under-development

Last synced: 17 days ago
JSON representation

An interactive tic-tac-toe game built using React

Awesome Lists containing this project

README

          

# Tic-Tac-Toe
An interactive tic-tac-toe game built using [React](https://facebook.github.io/react/)

![xo](https://cloud.githubusercontent.com/assets/11466676/22038372/e48f8a8e-dd20-11e6-870a-426397b88d36.png)

## Build
1. Clone the repo and `cd` into it

2. Install dependencies using `npm install`

3. Build and serve using `npm start`

Then visit [http://localhost:3000](http://localhost:3000)