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.

Built With

Share this project:

Updates

posted an update

Update on TO DO LIST

I’ve upgraded my To Do List app by adding a web manifest. This is the first step toward making it a Progressive Web App (PWA) .

Key improvements:

Added manifest.json so the app can be installed like a mobile app.

Improved task persistence using localStorage.

Core features: add, pause, complete, delete, and pause all tasks.

Next step → Adding service workers for offline support and push notifications.

Log in or sign up for Devpost to join the conversation.