- A sleek and simple React-based To-Do List app to manage your daily tasks with features like task priorities, due dates, search, filtering, inline editing, and persistent local storage.
-
β Add Tasks with description, priority (Low/Medium/High), and due date
-
π Search through tasks by keywords
-
π Priority Tags with colored indicators
-
ποΈ Due Dates for better time management
-
π― Mark as Complete / Pending
-
βοΈ Inline Editing of task name
-
π Filter Tasks (All / Completed / Pending)
-
ποΈ Delete Individual Tasks with confirmation modal
-
π§Ή Clear All Tasks
-
πΎ LocalStorage for data persistence
-
π± Responsive UI
-
βοΈ React (Hooks + Functional Components)
-
π¨ CSS
-
π§ LocalStorage
to-do_list/
βββ public/
βββ src/
β βββ App.js
β βββ App.css
β βββ index.css
β βββ index.js
βββ package.json
βββ package-lock.json
βββ README.md