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
- Host: GitHub
- URL: https://github.com/qduc/caro
- Owner: qduc
- License: mit
- Created: 2017-07-03T16:28:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T16:08:09.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T06:19:08.724Z (8 months ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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