An open API service indexing awesome lists of open source software.

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.

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.