Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annisana12/learn-zustand-kanban-board


https://github.com/annisana12/learn-zustand-kanban-board

react vite vitest zustand

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Learn Zustand

In this project, I learn how Zustand work by creating a Kanban board.

### What I Learned
- Managing state in React using Zustand
- Integrating Zustand with local storage for state persistence
- Unit testing Zustand store

### Fetures
- Add and delete task
- Moving tasks between status by using drag-and-drop

### Resources
- Youtube Tutorial: [Zustand React State Management Course (Simple Redux Alternative)](https://www.youtube.com/watch?v=fZPgBnL2x-Q)