PWAs Web App Demo -> TODO list

Example for progressive web apps

  • A todo list app that implemetents the basic functions. The todo app has the App Shell structure, works offline with the Service Worker, is installable thanks to the Manifest file and Add to Homescreen feature, re-engateable by using Notification, and set up the ios icon and other features.

Project Description: TO DO LIST

  • Load To-do items fr JSON file
  • View Detais
  • Delete To-do items
  • Add new To-do items
  • Data stored in LocalStorage To-do list Screenshot