A fullstack planning poker app using React with socket.io.
- Clone Repo
- Initialize main folder with
npm i
- Navigate to
frontend
folder - Initialize frontend with
npm i
- Navigate to
backend
folder - Initialize frontend with
npm i
- start frontend and backend with
npm run start
Frontend URL: http://localhost:5173/ Backend URL: http://localhost:3000/
- 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