I built a Task Manager web app using HTML, CSS, and JavaScript that helps people stay productive by adding, pausing, completing, and deleting tasks. Unlike a simple to-do list, it supports pausing all tasks at once and saves everything in localStorage, so tasks remain even after closing the browser. My goal is to improve it with features like task editing, categories, and progress tracking. ⚙️ Features
✅ Add Tasks – Users can quickly add new tasks. ✅ Delete Tasks – Remove individual tasks or delete all tasks at once. ✅ Pause Tasks – Put a task on hold (can’t mark completed until unpaused). ✅ Mark Completed – Mark tasks as completed to track progress. ✅ Pause All Tasks – Instantly pause all active tasks. ✅ Persistent Storage – Tasks are saved in localStorage and loaded automatically when the app is reopened. ✅ Keyboard Support – Pressing Enter adds a new task.
Log in or sign up for Devpost to join the conversation.