Skip to content

fsz285/planning-poker-game

 
 

Repository files navigation

Planning Poker App

About this project

A fullstack planning poker app using React with socket.io.

Installation instructions

  1. Clone Repo
  2. Initialize main folder with npm i
  3. Navigate to frontend folder
  4. Initialize frontend with npm i
  5. Navigate to backend folder
  6. Initialize frontend with npm i
  7. start frontend and backend with npm run start

Frontend URL: http://localhost:5173/ Backend URL: http://localhost:3000/

Features

  • Generate a new session as a product manager
  • Session Id can be copied to invite other users
  • Developers can join the session
  • Developers can vote and voting state is updated
  • Productmanger can show the votes and reset session

About

An planning poker app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%