https://github.com/atisawd/tictactoe
tictactoe game created with react and redux
https://github.com/atisawd/tictactoe
react reactjs redux tictactoe
Last synced: 6 months ago
JSON representation
tictactoe game created with react and redux
- Host: GitHub
- URL: https://github.com/atisawd/tictactoe
- Owner: atisawd
- License: mit
- Created: 2018-06-20T17:49:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T20:02:22.000Z (over 7 years ago)
- Last Synced: 2024-02-29T11:31:24.867Z (over 1 year ago)
- Topics: react, reactjs, redux, tictactoe
- Language: JavaScript
- Size: 1.03 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tictactoe
A simple web tictactoe game made with [ReactJS][reactjs] and [Redux][redux].
[Play online here][play].### Building locally
Prerequisites:
- NodeJS
- NPM
- [Webpack][webpack] (installed globally)```bash
$ git clone https://github.com/atisawd/tictactoe.git
$ cd tictactoe
$ npm install
$ npm run dev
```[reactjs]: https://facebook.github.io/react/
[redux]: http://redux.js.org/
[play]: https://atisawd.github.io/tictactoe/
[vuejssudoku]: https://github.com/andreynering/vuejs-sudoku
[webpack]: https://webpack.github.io/