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

https://github.com/matfish2/react-reversi

Reversi (Othello) Built with React.js
https://github.com/matfish2/react-reversi

example game react react-redux redux

Last synced: 3 months ago
JSON representation

Reversi (Othello) Built with React.js

Awesome Lists containing this project

README

          

# React Reversi

See it in action on [Github Pages](https://matfish2.github.io/react-reversi/)

# Installation

```
git clone https://github.com/matfish2/react-reversi
cd react-reversi
npm install
npm start
```

## Redux Implementation

The redux implementation is under the `redux` branch