Skip to content

KatieBullock/retro-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Board

An awesome retrospective board to help you reflect on what went well and what needs improvement!
View Demo


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Authors
  5. Acknowledgements

About The Project

Retrospective boards are extremely useful within the Scrum workflow, particularly during the last of the four basic ceremonies for each sprint or software release, the sprint retrospective. This app allows users to manage their projects by categorizing what went well, what needs improvement, and what steps to take next within color-coded and easy to read boards!

Built With

Getting Started

These instructions will get a copy of the project up and running on your local machine.

Prerequisites

  • npm
    npm install npm@latest -g
  • yarn
    npm install --g yarn

Installation

  1. Clone the repo
    git clone https://github.com/KatieBullock/retro-board.git
  2. Install packages
    yarn install
  3. Run the app
    yarn start

Usage

Users can add an item card to a category by clicking the '+' button at the top of the category. They will immediately be prompted to type in a task. After the item has been added, the users have the ability to move the card to another category or delete the card altogether by clicking the corresponding buttons on the bottom of the card.

Oftentimes, retro boards are used in group settings to discuss project goals. To encourage input from team members, there is a heart button on each card. Team members can vote on the items they believe are the most important to focus on or just let their colleagues know how happy they are that a particularly difficult task was accomplished.

Depending on the style of the meeting, users can change the layout style from columns to rows by clicking on the button in the upper left.

Authors

Acknowledgements

  • Thank you to Matina Patsos and Jamal Taylor with Albany Can Code for guidance and support on this project.

About

A retrospective board app built with React.

Resources

Stars

Watchers

Forks