A sleek and responsive Task Management web application built using HTML, CSS, and JavaScript — with full functionality powered by LocalStorage.
-
✅ Add new tasks with:
- Title
- Description
- Due Date
- Priority (Important / Not Important)
-
📋 View all created tasks
-
🗑️ Delete individual tasks
-
✏️ Edit task details
-
✅ Mark tasks as completed (checkbox)
-
🌗 Toggle Dark Mode for user preference
-
💾 Persistent task data using
localStorage
📦 to-do-app/
├── index.html # Add Task page
├── look_tasks.html # Task viewing, editing, deleting, and marking complete
├── edit.html # Edit specific task
├── style.css # Unified styling (responsive + dark mode)
├── script.js # JavaScript logic for tasks
├── edit.js # Script for handling task editing
└── README.md # Project documentation
- HTML5 for markup
- CSS3 for styling (with responsive design and dark mode support)
- Vanilla JavaScript for dynamic behavior and local storage handling
-
Download or clone this repository:
git clone https://github.com/latakshsariyapatidar/TaskManager_UM.git
-
Open index.html in your browser to start creating tasks.
-
Navigate to look_tasks.html to view, edit, or manage tasks.