This is a web application built with Socket.io, React-Spring, and Tailwind CSS that allows software development teams to estimate tasks using the Planning Poker technique. Link to the WIP application: https://poker-p0x6.onrender.com/
Planning poker, also called Scrum poker, is a consensus-based, gamified technique for estimating, mostly used for timeboxing in Agile principles. You can read more on the topik on wiki.
There are many similar applications out there with similar functionality, but every one have some downfalls (eg. paid premium, too simple and urly of a design, too complicated and ugly of a design etc.). I decided to take it uppon myself to change it creating the most simple but tastefully designed application for such and easy but impotant task.
- React 18
- React-Spring
- Express.js
- Socket.io
- Tailwind CSS
To install the application, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory and run
yarn install
to install the necessary dependencies. - Run
yarn build
to build the application. - Run
yarn start
to run the application.
To use the application, follow these steps:
- Open the application in your browser at
http://localhost:3000
. - Create a new room or join an existing one using the room code.
- Once all team members have joined the session, the facilitator can start a new round of estimation.
- Each team member will be presented with a set of cards representing different estimates.
- Each team member selects a card representing their estimate for the task.
- Once all team members have submitted their estimates, the facilitator reveals everyone's estimates and leads a discussion to reach a consensus on the estimated effort required for the task.
If you would like to contribute to the project, please follow these steps:
- Fork the repository to your own account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes and switch to it.
- Make your changes and commit them with a descriptive message.
- Push your changes to your forked repository.
- Open a pull request from your branch to the main repository.
This project is licensed under the MIT License - see the LICENSE file for details.