Planning poker (also called Scrum poker) helps agile teams estimate the time and effort needed to complete each initiative on their product backlog. The name from this gamified technique is planning poker because participants use physical cards. These cards, which look like playing cards, estimate the number of story points for each backlog story or task up for discussion.
Open the planning poker game for free and start a new game;
Input the game basic information and create your user name;
Create the issues and invite your team members! πππ
Don't worry about the security of your data, all the issues are E2E encrypted. Check out the implementation overview: https://dev.to/qwikens/implementing-end-to-end-encryption-e2ee-to-a-planning-poker-game-1hoi
Planning Poker demo at @scalar town hall. β¨
Client: React, Vite, TypeScript, Valtio, TailwindCSS, Yjs, shadcn/ui, Mantine hooks
Server: NodeJS, Hocuspocus, Yjs
Clone the project:
git clone https://github.com/qwikens/planning-poker/
Open the project directory:
cd planning-poker
Startup the application:
./startup.sh
Run the apps: π₯³
pnpm --parallel dev
Fork the repository:
Fix an issue;
Add tests to your changes;
Make sure the tests are running properly:
pnpm test
Open a pull request:
- your commits should follow the conventional commits guidelines;
- your pull request should have a description of the changes and follow the repo's PR template;
- your pull request should reference the issue you are fixing.