https://github.com/sectore/pragmaticstudio-bingo-redux
Pragmatic Studio's Bingo example (originally written Elm) ported to Redux
https://github.com/sectore/pragmaticstudio-bingo-redux
Last synced: 8 months ago
JSON representation
Pragmatic Studio's Bingo example (originally written Elm) ported to Redux
- Host: GitHub
- URL: https://github.com/sectore/pragmaticstudio-bingo-redux
- Owner: sectore
- License: mit
- Created: 2015-10-14T20:24:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T10:59:50.000Z (over 10 years ago)
- Last Synced: 2025-10-09T18:35:41.037Z (8 months ago)
- Language: JavaScript
- Size: 750 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bingo example (originally written in Elm) ported to Redux
[Pragmatic Studio's](http://pragmaticstudio.com) has [an excellent `Elm` course](http://pragmaticstudio.com/elm) creating a small Bingo app. Because [`Redux` is inspired](https://github.com/rackt/redux/blob/master/docs/introduction/PriorArt.md#elm) by [`Elm`](http://elm-lang.org/) I ported this app to [`Redux`](https://github.com/rackt/redux/) .
Just for a better understanding of the relationship between `Elm` and `Redux`. And just for `fun` :)
### Screenshot

### Installation
```
git clone https://github.com/sectore/pragmaticstudio-bingo-redux.git
cd pragmaticstudio-bingo-redux
npm i
npm start
```
### Acknowledge
- [Original Bingo app](http://pragmaticstudio.com/elm) build by [Pragmatic Studio's](http://pragmaticstudio.com)
- `Redux` app skeleton based on [Redux examples](https://github.com/rackt/redux/tree/master/examples).
### License
[MIT](./LICENSE)
### Author
Jens Krause // [WEBSECTOR.DE](http://www.websector.de)