Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 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)

Awesome Lists containing this project

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/)