Skip to content

codewitchio/planning-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning Poker

This is a small application written as part of a code test. It is a complete system for making and sharing online polls, voting in them, and seeing updates in real time. Planning poker is a technique used when planning a project, designed to eliminate anchoring bias when estimating effort.

Primarily tested on Google Chrome.

demo

Prerequisites

  1. Install Node.js (v10 or above) including npm

Installation

  1. Clone the repository
  2. Use npm install to install dependencies
  3. Build using npm run build

Running

  1. Use npm run start to start the server
  2. Navigate to localhost:3000 to access the application

About

A small code test showcasing a system for making and sharing online polls, voting in them, and seeing updates in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors