Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 996 Bytes

File metadata and controls

31 lines (22 loc) · 996 Bytes

📝 Checklist App

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).


✨ Features

  • ✅ 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

🚀 Demo

🔗 Live Demo


🛠️ Tech Stack

  • HTML5 – structure
  • CSS3 – responsive design, custom styling
  • JavaScript – DOM manipulation, local storage
  • Service Worker & Manifest – offline support & PWA features