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
- Host: GitHub
- URL: https://github.com/faheel/tic-tac-toe-react
- Owner: faheel
- Created: 2017-01-14T18:15:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T20:25:35.000Z (almost 9 years ago)
- Last Synced: 2025-01-18T22:12:31.323Z (12 months ago)
- Topics: game, react, tic-tac-toe, under-development
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
An interactive tic-tac-toe game built using [React](https://facebook.github.io/react/)

## 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)