Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1hofmann/planning-poker
A SCRUM planning-poker PWA.
https://github.com/s1hofmann/planning-poker
js planning-poker pwa react scrum
Last synced: 15 days ago
JSON representation
A SCRUM planning-poker PWA.
- Host: GitHub
- URL: https://github.com/s1hofmann/planning-poker
- Owner: s1hofmann
- Created: 2018-12-27T13:16:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:30:02.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T12:17:15.648Z (16 days ago)
- Topics: js, planning-poker, pwa, react, scrum
- Language: JavaScript
- Homepage: https://s1hofmann.github.io/planning-poker
- Size: 5.52 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![foo](./public/chrome/chrome-installprocess-128-128.png) Planning Poker
After our last game of planning-poker at work, I realized that this little app I had installed on my phone bugged me in several ways:
1. It shows adds
2. Therefor, it causes network traffic
3. It takes up almost 20 MB of storageI could live with ads, but what really struck me was the fact that this little app which does nothing but displaying static images requires 20 MB of storage. And why would I need a native app in the first place?
That was when I decided to build a (first prototype) of a planning-poker PWA and you can find the result right here.
## What's in this repo?
This repo contains all the code and images I created to provide a simple planning-poker PWA which provides basic planning-poker features:
- Different card decks (Standard, Fibonacci, T-Shirt sizes)
- Tap / shake to reveal
- That's itIt's built with React and hosted on GitHub pages, so it's available [here](https://s1hofmann.github.io/planning-poker/).