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: 5 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 (almost 3 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 (8 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/)

## Dark Mode
[](https://kanbann-board.netlify.app/)

[](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/)