Skip to content

letssharepie/planpok

Repository files navigation

Planning Poker

Planning Poker

Planning Poker is a basic planning poker application built with Nuxt.js and Vue.js. It allows teams to estimate the effort required for various tasks or user stories during sprint planning sessions using the planning poker technique.

Features

  • User-friendly interface for conducting planning poker sessions
  • Supports multiple users participating in the estimation process
  • Provides a set of predefined estimation values (e.g., Fibonacci sequence, T-shirt sizes)
  • Real-time vote updates for all participants
  • Final estimation reveal to facilitate discussion and consensus-building
  • Easily configurable and adaptable to different team preferences

Technologies Used

  • Nuxt.js - A Vue.js framework for building server-side rendered (SSR) applications
  • Vue Bootstrap - A Vue.js implementation of the Bootstrap framework for UI components
  • Socket.io - A library for real-time bidirectional communication between clients and servers

Getting Started

Prerequisites

  • Node.js (version 19.X.X)
  • NPM (version 9.X.X)

Installation

  1. Clone the repository:
git clone https://github.com/letssharepie/planpok.git
  1. Install the dependencies:
cd planpok
npm install

Usage:

  1. Start the development server:
npm run dev
  1. Access the application in your browser:
http://localhost:3000

About

Planning Poker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published