Skip to content

humanmade/Hatjitsu

 
 

Repository files navigation

HM Planning Poker

Originally Hatjitsu, create disposable online Planning Poker rooms for quick and easy estimations.

Features

  • Simple interface
  • No login/signup required
  • Votes are kept hidden until all have voted to prevent coercion
  • 'Observer feature' - watch the planning session without having to vote
  • Multiple planning card decks
  • Adaptive design allows to work on desktop, tablet and mobile

Installation

nvm use
npm install -d
npm start

http://localhost:5099

Deployment

To update planning poker:

  • clone the repository using the heroku cli tool
  • add this repo as a github remote
  • checkout the github master branch
  • pull down changes, then switch to heroku main branch
  • merge master into main and push. You should see build progress in the git push output.

About

Websocket based Planning Poker

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • JavaScript 50.0%
  • SCSS 28.0%
  • HTML 9.3%
  • CSS 8.1%
  • EJS 4.3%
  • Dockerfile 0.2%
  • Procfile 0.1%