Hey Devs!, I have been building an example of a Simple Kanban in React.
Repo:
https://github.com/ionmx/simple-kanban-react
Demo:
https://simple-kanban-six.vercel.app/
It features:
- Uses beautiful-drag-dnd to drag and drop columns and tasks
- Create, edit and delete boards, columns and tasks
- Have implemented 2 backends:
The main idea of this project is to have a more elaborated example than the classic To-Do app to learn tech stacks.
You can take a look to the front-end and back-end code, so you can learn about the implementation. You can implement new back-ends (e.g. Express/Prisma) or new front-ends (e.g. Vue, Svelte).
Top comments (0)