A simple, modern todo app built with React and Zustand, featuring Eisenhower Matrix categories, dark/light mode, and localStorage persistence.
- Add, complete, and remove tasks
- Prioritize tasks using Eisenhower Matrix (4 categories)
- Dark/Light mode toggle
- Tasks and theme saved in localStorage
- Relative timestamps (e.g. "5 minutes ago")
- Responsive and accessible design
- Clone the repo
- Run
npm install - Run
npm run devto start the app locally