Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aman162000/kanban-board
A kanban board is an agile project management tool designed to help visualize work, limit work-in-progress, and maximize efficiency (or flow)
https://github.com/aman162000/kanban-board
kanban-board-application react react-kanban-board react-todo reactjs taskmanagement todo vite
Last synced: 2 months ago
JSON representation
A kanban board is an agile project management tool designed to help visualize work, limit work-in-progress, and maximize efficiency (or flow)
- Host: GitHub
- URL: https://github.com/aman162000/kanban-board
- Owner: aman162000
- License: mit
- Created: 2022-06-11T06:21:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T17:49:01.000Z (over 1 year ago)
- Last Synced: 2024-08-03T18:21:57.944Z (6 months ago)
- Topics: kanban-board-application, react, react-kanban-board, react-todo, reactjs, taskmanagement, todo, vite
- Language: JavaScript
- Homepage: https://kanbann-board.netlify.app/
- Size: 70.3 KB
- Stars: 53
- Watchers: 1
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - aman162000/kanban-board - A kanban board is an agile project management tool designed to help visualize work, limit work-in-progress, and maximize efficiency (or flow) (JavaScript)
README
Kanban board
👉 [View Live](https://kanbann-board.netlify.app/)
![image](https://user-images.githubusercontent.com/47911791/173187178-e9d32eba-5deb-4de7-bab0-c4f7112258b4.png)
## Dark Mode
![image](https://user-images.githubusercontent.com/47911791/173188545-ada3666e-b1c5-4842-8a1f-825c586130bb.png)[![Netlify Status](https://api.netlify.com/api/v1/badges/0997d88e-10c7-4b3e-a4ad-992aaf744206/deploy-status)](https://kanbann-board.netlify.app/)
![GitHub](https://img.shields.io/github/license/aman162000/kanban-board?label=license)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)## Features ✨
- Drag & drop tasks
- CRUD for tasks, labels & columns
- Edit task descriptions
- Add sub-task
- Dark Mode## Development setup ðŸ›
Steps to locally setup development after cloning the project.
### Step 1 - Dependencies
You will need:
* [node](https://nodejs.org/)
* [yarn](https://yarnpkg.com/en/docs/install) (Optional. Not Required if you use NPM)Please install them if you don't have them already.
### Step 2 - Install packages
If you are using yarn run from the root of the repository:
```sh
yarn
```If you are using npm, run from the root of the repository:
```sh
npm run install
```### Step 3 - Run an app
Once the dependencies are installed, you can run the app:
```sh
cd kanban-board
yarn start
# or
npm start
```Your browser should open up to a running app.
## License
Licensed under the MIT license.
---
👉 [View Live](https://kanbann-board.netlify.app/)