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.
- 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
- 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
- Node.js (version 19.X.X)
- NPM (version 9.X.X)
- Clone the repository:
git clone https://github.com/letssharepie/planpok.git
- Install the dependencies:
cd planpok
npm install
- Start the development server:
npm run dev
- Access the application in your browser:
http://localhost:3000