Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jroliveira/planning-poker-game
A Planning Poker (game)(:black_joker:) powered by React and Redux.
https://github.com/jroliveira/planning-poker-game
babel es6 localforage planning-poker pwa react redux socketio
Last synced: 26 days ago
JSON representation
A Planning Poker (game)(:black_joker:) powered by React and Redux.
- Host: GitHub
- URL: https://github.com/jroliveira/planning-poker-game
- Owner: jroliveira
- License: mit
- Created: 2015-06-20T23:32:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T11:25:17.000Z (about 2 years ago)
- Last Synced: 2023-03-30T10:44:39.533Z (almost 2 years ago)
- Topics: babel, es6, localforage, planning-poker, pwa, react, redux, socketio
- Language: JavaScript
- Homepage: https://jroliveira.net/planning-poker-game
- Size: 5.51 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Planning Poker (game)
[![Maintainability](https://api.codeclimate.com/v1/badges/41c9b45427fb431a6daf/maintainability)](https://codeclimate.com/github/jroliveira/planning-poker-game/maintainability)
![Planning Poker (game) - Logo][logo]
A *Planning Poker* game powered by React, Redux, Koa and Socket.IO.
### Pre requirements
* [Node.js](https://nodejs.org/en/)
### Installing
``` bash
$ git clone https://github.com/jroliveira/planning-poker-game.git
$ npm i
```### How to run it
``` bash
$ npm start
```### How to build it
``` bash
$ npm run build
```### How to deploy it
``` bash
$ npm run deploy
```### Contributions
1. Fork it
2. git checkout -b
3. git add --all && git commit -m "feature description"
4. git push origin
5. Create a pull request### License
The code is available under the [MIT license](LICENSE).
[logo]: https://raw.githubusercontent.com/jroliveira/planning-poker-game/master/logo.png "Planning Poker (game) - Logo"