A minimal and responsive React-based Todo app to organize your daily tasks. Built with clean UI, real-time editing, and persistent browser storage.
- 📝 Add multiple todos with title & content
- ✅ Mark todos as completed via checkbox
- 🛠️ Edit tasks in-place
- 🗑️ Delete tasks with confirmation modal
- 💾 Auto-saves todos locally (via browser's localStorage)
Overview of the noteScreen UI
Adding a new todo with title & description
Editing an existing task inline
Marking a todo as completed (checkbox disables editing)
Delete confirmation modal before removing a task
| Technology | Description |
|---|---|
| Frontend UI framework | |
| Core scripting language | |
| Utility-first CSS styling | |
| Icons & modal components | |
| 🗂️ Browser Storage | Uses localStorage to persist todos without a backend |




