Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvinqiu802/kanban-react
A Kanban Web App Built with React
https://github.com/kelvinqiu802/kanban-react
kanban practice project reactjs
Last synced: about 1 month ago
JSON representation
A Kanban Web App Built with React
- Host: GitHub
- URL: https://github.com/kelvinqiu802/kanban-react
- Owner: KelvinQiu802
- Created: 2022-07-31T09:24:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T13:48:04.000Z (about 2 years ago)
- Last Synced: 2023-05-30T07:00:43.664Z (over 1 year ago)
- Topics: kanban, practice, project, reactjs
- Language: JavaScript
- Homepage: https://kanban.codingkelvin.fun
- Size: 79.1 KB
- Stars: 79
- Watchers: 1
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✔️ Kanban Board - With React
## Features
- [x] **Draggable**
- [x] **Multi Event**
- [x] Adding as many events as you like.
- [x] **Use Local Storage**
- [x] **Pure and Easy**## Screenshot
![ScreenGIF](https://imgbed.codingkelvin.fun/uPic/screen.gif)
## Dependencies
- React
- react-beautiful-dnd
- uuid## Todo
- [ ] *Make tasks modifiable and editable*
- [ ] *Adapted to mobile*