A set of cards for a poker planning session.
In order to build this app, you must be sure to have the grunt-cli and bower globally installed on your system:
$npm install -g grunt-cli bowerThen fetch the dependencies
$npm install
$bower installFinally, build:
$gruntThe generated files are located at www/ just open www/index.html to get the app running.
-
The layout is handled by css' flexboxes. This is not well supported yet and fails on recently older versions of chrome and firefox.
-
The set of cards can be customized at /src/javascripts/providers/cards/ In future versions would be nice to have lot of card's sets to allow users to change them.
-
It would be nice if you can handle 'planning sessions' and sycronize the estimations with Trello.