All Projects → pepf → Retrospectify

pepf / Retrospectify

Licence: mit
An awesome tool for retrospecting, written in Vue

Projects that are alternatives of or similar to Retrospectify

xeo
A modern tool to bring SCRUM to Notion!
Stars: ✭ 26 (-73.2%)
Mutual labels:  agile, scrum
Support
Agile project management integrated with GitHub
Stars: ✭ 373 (+284.54%)
Mutual labels:  agile, scrum
agilemanager-api
HPE's Agile Manager client API module for NodeJS
Stars: ✭ 15 (-84.54%)
Mutual labels:  agile, scrum
scrum-planning-poker
Please feel FREE to try it and give feedback by searching Scrum敏捷估算 in WeChat mini program.
Stars: ✭ 30 (-69.07%)
Mutual labels:  agile, scrum
Zenboard
Teamwork made easy
Stars: ✭ 19 (-80.41%)
Mutual labels:  agile, scrum
bzkanban
🔪 Kanban board for Bugzilla 5+
Stars: ✭ 39 (-59.79%)
Mutual labels:  agile, scrum
Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (+227.84%)
Mutual labels:  agile, scrum
yoda
GitHub extension for agile project management, using the issues subsystem.
Stars: ✭ 86 (-11.34%)
Mutual labels:  agile, scrum
Awesome Agile
Awesome List of resources on Agile Software Development.
Stars: ✭ 797 (+721.65%)
Mutual labels:  agile, scrum
Zentaopms
Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​
Stars: ✭ 716 (+638.14%)
Mutual labels:  agile, scrum
scrumlr.io
Webapp for collaborative online retrospectives
Stars: ✭ 116 (+19.59%)
Mutual labels:  agile, scrum
Masterlab
简单高效、基于敏捷开发的项目管理工具
Stars: ✭ 846 (+772.16%)
Mutual labels:  agile, scrum
s3-practical-guide
A practical guide for Sociocracy 3.0.
Stars: ✭ 56 (-42.27%)
Mutual labels:  agile, scrum
learn-scrum
Let's learn Scrum in simple terms!
Stars: ✭ 18 (-81.44%)
Mutual labels:  agile, scrum
scrumonline
Always up to date scrumonline docker build
Stars: ✭ 18 (-81.44%)
Mutual labels:  agile, scrum
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-78.35%)
Mutual labels:  agile, scrum
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (+21.65%)
Mutual labels:  agile, scrum
poinz
Distributed Planning Poker
Stars: ✭ 105 (+8.25%)
Mutual labels:  agile, scrum
Leantime
Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.
Stars: ✭ 702 (+623.71%)
Mutual labels:  agile, scrum
Jitamin
🐼 Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868
Stars: ✭ 903 (+830.93%)
Mutual labels:  agile, scrum

retrospectify screenshot

Retrospectify

An awesome tool for doing agile team retrospectives digitally. This can be useful when doing retrospectives with remote teams or when you want to keep track of retrospective outcomes over time.

Features

  • Three types of notes
  • Moving around/prioritizing notes to your team's needs
  • Adding points to individual notes

Working on

  • Moving the code to the store
  • Timeboxing the meeting

Try it!

Live demo

Usage

I just want to use the app!

The quickest way is to use the live demo! Other than that, you can clone this repository, and from the root run:

npm install
npm run serve

This will create a dist directory. Put the contents of that directory on a server and you're all set!

Loading/Saving works using LocalStorage, so make sure the app has permission to read/write from LocalStorage.

I want to build it myself from the source or contribute to the code

Then follow these instructions, depending on what you want to do

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

# run unit tests
npm run test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].