Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/princemuel/kanban-task-manager
- Owner: princemuel
- License: mit
- Created: 2022-09-27T07:42:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T01:39:29.000Z (12 months ago)
- Last Synced: 2023-12-31T01:46:19.603Z (12 months ago)
- Topics: kanban, kanban-board, next-js, react-app, styled-components, tailwind-css, task-management, task-manager
- Language: TypeScript
- Homepage: https://kanban-tm.vercel.app/
- Size: 1.84 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
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)