A simple Todo application built with React to practice state management using Zustand. It features adding, marking as done, and deleting todos with persistent state using local storage. This project demonstrates the use of Zustand for managing global state in a React application.
- Live Preview: https://zustand-state-management-practice.vercel.app/
- Create new todos with ease
- Mark todos as completed or uncompleted
- Delete todos from the list
- State management using Zustand for global state handling
- Persistent storage with local storage to save todos
- Responsive design for mobile and desktop
- Home Page
Clone the project
https://github.com/Mshandev/zustand-state-management.gitGo to the project directory
cd zustand-state-managementInstall dependencies
npm installStart the server
npm run devThe application is deployed on Vercel.
Contributions are always welcome! Just raise an issue, and we will discuss it.
If you have any feedback, please reach out to me here
