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

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

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/