This application was developed as a course task for the React course at RSSchool.
Report Bug
·
Request Feature
Table of Contents
In the Scrum Agile framework, a sprint planning meeting is an event aimed at setting the product development goal and laying out a plan for the upcoming sprint based on a product backlog review by the team. Planning poker (or estimation poker) is a gamified method for estimating backlog items. Each task is estimated by team members individually. Every team member picks a planning poker card with a estimate number. Initially, everyone's estimate is hidden from the others. This prompts everyone to think for themselves. When everybody's picked a card, every team member reveals their estimate.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/AKZhuk/pointing-poker.git
- Install NPM packages
npm install
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Aliaksei - @AKZhuk - [email protected]
Evgeniy - [email protected]
Project Link: https://github.com/AKZhuk/pointing-poker
Backend Link: https://github.com/Jendozz/pointing-poker-server