https://github.com/haggen/planningpoker
Free and open-source planning poker table.
https://github.com/haggen/planningpoker
react scrum-poker typescript yjs
Last synced: 27 days ago
JSON representation
Free and open-source planning poker table.
- Host: GitHub
- URL: https://github.com/haggen/planningpoker
- Owner: haggen
- License: other
- Created: 2021-12-04T21:38:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T13:42:00.000Z (about 2 years ago)
- Last Synced: 2025-04-16T02:01:51.973Z (about 2 months ago)
- Topics: react, scrum-poker, typescript, yjs
- Language: TypeScript
- Homepage: https://planningpoker.crz.li
- Size: 1.81 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Planning poker
- 👉 Free, open-source and hosted on the edge.
- 🖼️ Clean and focused design. Check it out on [Figma](https://www.figma.com/file/XhgXti6IjO5nrFVCA2hs0G).
- 🔒 No back-end. Data is shared directly between connected browsers.## Development
This web application is built using [Parcel](https://parceljs.org). Node.js v18+ is recommended.
To install the dependencies:
```sh
npm ci
```To start the development server.
```sh
npm start
```After changes you should run the `lint` script to lint, type check and format the code:
```sh
npm run lint
```## Legal
Apache-2.0 © 2022 Arthur Corenzan.