shweshi / planning-poker

Yet another planning poker app for quick and easy estimations.

Home Page:https://planning-poker.shashi.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planning Poker

Yet another Planning Poker app for quick and easy story estimations.

planning-poker

Features

  • Simple intuitive and modern interface
  • No login/signup required
  • No Ads/ Free
  • Moderator and Participants role
  • Responsive UI allows to work on desktop, tablet and mobile

How to use?

Use online

demo

Using docker image

docker pull shweshi/planning-poker
docker run -p 8080:8080 shweshi/planning-poker

Running locally

Requirements

  • Node.js

Development Setup

  • Clone the repository
https://github.com/shweshi/planning-poker.git
  • Install necessary dependency.
cd planning-poker
npm install
  • In the project directory, run:
npm start

Runs the app in the development mode. Open http://localhost:8080 to view it in your browser.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

License

The MIT License (MIT). Please see License File for more information.

Support

Buy Me A Coffee

Happy coding!

About

Yet another planning poker app for quick and easy estimations.

https://planning-poker.shashi.dev

License:MIT License


Languages

Language:JavaScript 50.1%Language:CSS 30.6%Language:HTML 18.8%Language:Dockerfile 0.4%