• Stars
    star
    206
  • Rank 185,444 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 12 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Websocket based Planning Poker

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

npm install -d
node server

http://localhost:5000

Installation (Docker)

Just checkout the repository and run:

docker-compose up -d

TODOs

  • Collapsible card view / jump to votes on vote
  • Update favicon, iOS splash page, Twitter avatar etc with new design
  • Unicode symbol fallback (coffee/ace/king)
  • Improve CTA buttons
  • Testing harness