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

https://github.com/krshrimali/reactjs-sample-tic-tac-toe

From the tutorials
https://github.com/krshrimali/reactjs-sample-tic-tac-toe

Last synced: 7 months ago
JSON representation

From the tutorials

Awesome Lists containing this project

README

          

# react-sample-tic-tac-toe

From the [official tutorial page of ReactJS](https://reactjs.org/tutorial/tutorial.html). Run the following commands to demo:

```bash
npm install
npm start
```