Skip to content

princemuel/kanban-task-manager

Repository files navigation

Kanban Task Manager (In Progress)

The Kanban board is an easy-to-use agile project management tool using the Kanban methodology that helps you to visualize and manage workflows. It can be physical or digital and features columns representing stages of a process. Cards are used to track individual tasks and activities as they progress through the stages in a production pipeline. Tasks are arranged in columns according to their current status such as 'todo', 'doing' and 'done'. Columns can be added and named to be more specific to the needs of the team. The board allows the team to track potential bottlenecks in the pipeline if too many tasks end up sitting in one column. It also allows the team to estimate lead times for tasks in the pipeline.

Design preview

Table of contents

Overview

This project uses the STAR approach. Find out more about the Kanban methodology using the following resources

Screenshot

Kanban Task Manager

Project Links

Press . on the keyboard to view this project's code in the github.dev code editor just like in Visual Studio Code

My process

Building with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • Next.js - React framework
  • Tailwind CSS - For composing component styles using utility classes

Author