Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/annisana12/learn-zustand-kanban-board
- Owner: annisana12
- Created: 2024-12-07T16:01:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T16:08:29.000Z (2 months ago)
- Last Synced: 2024-12-20T17:17:08.057Z (2 months ago)
- Topics: react, vite, vitest, zustand
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)