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

https://github.com/qduc/caro

A very simple tic-tac-toe game created with React
https://github.com/qduc/caro

react

Last synced: about 1 month ago
JSON representation

A very simple tic-tac-toe game created with React

Awesome Lists containing this project

README

          

# Caro (tic-tac-toe)

An experiment I made up to try out [React library](https://facebook.github.io/react/).

You can view a live demo at

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

Download [Node.js](https://nodejs.org) and install it.

### Installing

Install the dependencies

```
npm install
```

Start localhost web server

```
npm start
```

Wait a moment for the script to build the app then a new browser tab will be opened at

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details