https://github.com/lemoncode/planning-poker-example
https://github.com/lemoncode/planning-poker-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemoncode/planning-poker-example
- Owner: Lemoncode
- License: other
- Created: 2020-08-08T19:06:30.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-27T11:29:08.000Z (almost 3 years ago)
- Last Synced: 2024-04-05T20:27:51.525Z (almost 2 years ago)
- Language: TypeScript
- Size: 17.2 MB
- Stars: 23
- Watchers: 7
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
T-shirt Planning Poker is a quick and simple tool for Scrum poker sessions. Create a new room, share it with your team and start estimating the size of your tasks using clothing sizes as reference.
Production site: TShirt Planning poker site
## Table of Contents
- [About the Project](#about-the-project)
- [Built With](#built-with)
- [Roadmap](#roadmap)
- [License](#license)
## About The Project
Using T-Shirt sizes in our Scrum poker session allows us to remove analysis paralysis and reach consensus estimate. With this tool, this process will be easier than ever. Share your stories on your voting room and the atendees will be able to assess them in a couple of clicks.
This project was developed by Lemoncode Frontend Master students:
### Built With
- [React](https://github.com/facebook/react/)
- [Material-UI](https://material-ui.com/)
- [Socket.io](https://socket.io/)
- [Fonk](https://lemoncode.github.io/fonk-doc/)
- [Docker](https://www.docker.com/)
- [mongoDB](https://www.mongodb.com/)
## Roadmap
See the [open issues](https://github.com/Lemoncode/planning-poker-example/issues) for a list of proposed features (and known issues).
## License
Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/Lemoncode/planning-poker-example.svg?style=flat-square
[contributors-url]: https://github.com/Lemoncode/planning-poker-example/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Lemoncode/planning-poker-example.svg?style=flat-square
[forks-url]: https://github.com/Lemoncode/planning-poker-example/network/members
[stars-shield]: https://img.shields.io/github/stars/Lemoncode/planning-poker-example.svg?style=flat-square
[stars-url]: https://github.com/Lemoncode/planning-poker-example/stargazers
[issues-shield]: https://img.shields.io/github/issues/Lemoncode/planning-poker-example.svg?style=flat-square
[issues-url]: https://github.com/Lemoncode/planning-poker-example/issues
[license-shield]: https://img.shields.io/github/license/Lemoncode/planning-poker-example.svg?style=flat-square
[license-url]: https://github.com/Lemoncode/planning-poker-example/blob/master/LICENSE.me