Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hasan-py/kanbandoo-app-reactjs-drag-and-drop

📋 Kanban Board 📋 | Typescript | Reactjs | Drag & Drop 📶
https://github.com/hasan-py/kanbandoo-app-reactjs-drag-and-drop

drag-and-drop kanban recatjs tailwindcss

Last synced: 10 days ago
JSON representation

📋 Kanban Board 📋 | Typescript | Reactjs | Drag & Drop 📶

Awesome Lists containing this project

README

        

#

📋 Kanban Board 📋

### Installation 💻
1. Clone the repository
2. Open the terminal from root directory of the project
3. Commands

with yarn

```
> yarn
```

```
> yarn start
```

or npm

```
> npm i
```

```
> npm start
```

### Features 👇👇
1. Create/Delete/Rename Lists.
2. Create/Delete/Rename/Cards.
3. The cards can draggable from one list to another.
4. The list can renamed by double clicking on the title.
5. The card can locked by clicking on the lock icon on a card. When a card is locked, it cannot dragged. It needs to be unlocked first to draggable.
6. Emoji picker.
7. The list can draggable.

## Thanks

@Author: Hasan-py