Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 597 Bytes

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

image

TO DO

Work in progress...

  • Add sorting cards 🎉
  • Create header / footer 🎉
  • Create right-click menu on tasks 🎉
  • Create authenticate 🎉
  • Optimize performances 🎉
  • Optimize lighthouse review 🎉
  • Create task for logged user