Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 📶
- Host: GitHub
- URL: https://github.com/hasan-py/kanbandoo-app-reactjs-drag-and-drop
- Owner: hasan-py
- Created: 2020-04-27T04:33:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T04:06:28.000Z (over 2 years ago)
- Last Synced: 2024-10-27T00:05:55.376Z (about 2 months ago)
- Topics: drag-and-drop, kanban, recatjs, tailwindcss
- Language: TypeScript
- Homepage: https://kanbandoo.netlify.app/
- Size: 514 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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