https://github.com/naffiq/tic-tac-toe
ReactJS tic-tac-toe game
https://github.com/naffiq/tic-tac-toe
Last synced: about 2 months ago
JSON representation
ReactJS tic-tac-toe game
- Host: GitHub
- URL: https://github.com/naffiq/tic-tac-toe
- Owner: naffiq
- Created: 2017-04-03T19:16:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T15:54:43.000Z (about 6 years ago)
- Last Synced: 2025-01-26T03:23:26.628Z (4 months ago)
- Language: JavaScript
- Homepage: https://naffiq.github.io/tic-tac-toe
- Size: 2.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS tic-tac-toe game
[](https://travis-ci.org/naffiq/tic-tac-toe)[DEMO](https://naffiq-tic-tac-toe.herokuapp.com/)
Was built atop [Create React App](https://github.com/facebookincubator/create-react-app). Follow the link, for more
details.But few changes were made in order to deploy it to Heroku. Use `npm run dev` for development and `npm start` runs
express.js server.