Kanban

Simple kanban manager using drag & drop

Used technologies:
  1. typescript
  2. react
  3. redux-toolkit
  4. vercel
About project:

This Kanban app was created for developing my skills in TypeScript and Redux-Toolkit.

Development

I got acquainted with the possibilities of react-beautiful-dnd. This library allowed me to work flexibly with drag & drop.

For the first time I worked with redux-toolkit and made it sync with localStorage by redux-persist.