A simplified Todo List application built with Next.js, TypeScript, Chakra UI, and Zustand — designed to showcase clean architecture, modern React patterns, and state management in a real-world UI.
- Next.js – App routing, server-side rendering, and optimized builds
- TypeScript – Static typing for improved reliability and developer experience
- Chakra UI – Accessible and responsive component library for fast UI development
- Zustand – Lightweight state management with a minimal API
- ✅ Add, complete, and delete todos
- 🎯 Persistent global state using Zustand
- 🎨 Responsive UI built with Chakra components
- 💡 Clean and readable code to demonstrate project structure and best practices