A simple and responsive checklist (to-do list) app built with HTML, CSS, and JavaScript.
Tasks are stored in the browser’s local storage, so they stay saved even after refreshing or closing the tab.
This project also includes offline support via a service worker and a manifest.json, making it installable like a Progressive Web App (PWA).
- ✅ Add and manage tasks easily
- ✅ Data stored in local storage (no database required)
- ✅ Offline support with service worker
- ✅ Installable as a PWA
- ✅ Clean, responsive design (desktop & mobile)
- ✅ Custom fonts, icons, and background
- HTML5 – structure
- CSS3 – responsive design, custom styling
- JavaScript – DOM manipulation, local storage
- Service Worker & Manifest – offline support & PWA features