Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/princemuel/kanban-task-manager

Task Management App (WIP)
https://github.com/princemuel/kanban-task-manager

kanban kanban-board next-js react-app styled-components tailwind-css task-management task-manager

Last synced: 27 days ago
JSON representation

Task Management App (WIP)

Awesome Lists containing this project

README

        

# 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](./preview.jpg)

## Table of contents

- [Kanban Task Manager (In Progress)](#kanban-task-manager-in-progress)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Project Links](#project-links)
- [My process](#my-process)
- [Building with](#building-with)
- [Author](#author)

## Overview

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

- [Kanban]()
- [Kanban Board](https://en.wikipedia.org/wiki/Kanban_board)
- [Microsoft Devops](https://learn.microsoft.com/en-us/devops/plan/what-is-kanban)
- [Atlassian](https://www.youtube.com/watch?v=iVaFVa7HYj4)

### Screenshot

![Kanban Task Manager](./screenshot.jpg)

### Project Links

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

- Solution URL: [Repository](https://github.com/princemuel/kanban-task-manager)
- Live Site URL: [Live Site](https://kanban-tm.vercel.app/)

## My process

### Building with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [Next.js](https://nextjs.org/) - React framework
- [Tailwind CSS](https://tailwindcss.com/docs) - For composing component styles using utility classes

## Author

- Website - [Samuel Chukwuzube](https://princemuel.vercel.app/)
- LinkedIn - [@princemuel](https://linkedin.com/in/princemuel/)
- Twitter - [@iamprincemuel](https://twitter.com/iamprincemuel)