Tiny ReactNative app for estimate user stories during scrum planning sessions.
Planning poker, also called Scrum poker, is a consensus-based, gamified technique for estimating, mostly used to estimate effort or relative size of development goals in software development. In planning poker, members of the group make estimates by playing numbered cards face-down to the table, instead of speaking them aloud. The cards are revealed, and the estimates are then discussed. By hiding the figures in this way, the group can avoid the cognitive bias of anchoring, where the first number spoken aloud sets a precedent for subsequent estimates. https://en.wikipedia.org/wiki/Planning_poker
Clone this project, then run in your console :
$ npm install
You need react-native
installed first. See the official getting started page https://facebook.github.io/react-native/docs/getting-started.html#content
Then run the proper command depending of which device or emulator you have.
$ react-native run-ios
// or
$ react-native run-android