A simple and modern React Task Manager built using Atomic Design principles. Features include task creation, status updates, filtering, and persistent storage with localStorage.
👉 Live Demo: https://safeerkilinadan.github.io/react-task-manager
🧱 Atomic Design structure — (atoms → molecules → organisms → templates → pages)
✅ Add, update, and clear tasks
🎨 Dynamic button styling based on task status
💾 Data persistence using localStorage
📱 Responsive and minimal UI
React (Vite)
JavaScript (ES6+)
CSS3
localStorage API
git clone https://github.com/safeerkilinadan/react-task-manager.git
cd react-task-manager
npm install
src/ ├── components/ │ ├── atoms/ │ ├── molecules/ │ ├── organisms/ │ ├── templates/ │ └── pages/ ├── hooks/ │ └── useLocalStorage.js └── styles/ └── styles.css
