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: 2 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T13:48:04.000Z (about 3 years ago)
- Last Synced: 2025-04-12T20:53:18.332Z (6 months ago)
- Topics: kanban, practice, project, reactjs
- Language: JavaScript
- Homepage: https://kanban-react-chi.vercel.app
- Size: 79.1 KB
- Stars: 128
- Watchers: 1
- Forks: 31
- 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

## Dependencies
- React
- react-beautiful-dnd
- uuid## Todo
- [ ] *Make tasks modifiable and editable*
- [ ] *Adapted to mobile*