DEV Community

Cover image for Simple Kanban in React
Jonathan Hernández
Jonathan Hernández

Posted on

Simple Kanban in React

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:

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)