A tool for helping run a retrospective meeting.
- Drag and drop cards between columns.
- Anonymity
- Each user has a session but no personal identifying information is required.
- You only see your ⭐️s that you've given to cards while in "active" mode.
- Review mode
- See the total number of ⭐️ values given to each card
- Quickly identify the cards with the most ⭐️s using sorting.
- Markdown syntax support for
**bold**, _italic_, ![image](src)
, andinline_code
. - Data stored in memory only. Once you stop the server, all data is erased.
yarn install
- Install package dependencies.
yarn run prod
yarn start
- Start the appyarn run test
- Run tests
This app uses OvermindJS as the state management library. If you use VS Code, install the dev tool extension