Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibbatta/kanban-board
React kanban board (WIP)
https://github.com/ibbatta/kanban-board
kanban reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
React kanban board (WIP)
- Host: GitHub
- URL: https://github.com/ibbatta/kanban-board
- Owner: ibbatta
- License: mit
- Created: 2024-11-22T17:17:09.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-08T21:47:34.000Z (about 1 month ago)
- Last Synced: 2024-12-08T22:27:47.182Z (about 1 month ago)
- Topics: kanban, reactjs, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Kanban React
> Simple exercise to create a kanban board in react with drag and drop events
> I used `@tanstack/router` for routing (just to test) and `zustand` for state management---
## To DO
- [x] Add sorting cards :tada:
- [x] Optimizing re-rendering :tada:
- [ ] Add assignee / user task