/todo-pwa

TODO app for a mobile web workshop

Primary LanguageJavaScript

TODO

A To-Do app that is mobile optimized. It is deployed on Netlify at http://todo-pwa.netlify.com and its backend is at https://v.gd/mwa_backend (jsonstore).

Starter pack

The todo app without any mobile web optimizations is at https://v.gd/mwa_starter_live and its source code is at https://v.gd/mwa_starter.

Icons

Most of the icons are from feather icons. The logo of the app is from Flaticon.

Resources

These resources will help if you learn more about this app.

These resources will help you learn more in the field of mobile web.

  • Message passing in workers - Tutorial on how to interact with client from Service Worker. It is helpful in knowing when the sync has completed in the worker.
  • Create Amazing Forms - A list of important but specific input and form attributes you didn't knew (but always used).
  • Publishing PWAs on Mobile Stores - An experience/guide on how to publish a PWA on Windows, Apple and Android store.

This is the utlimate mobile web guide. It's actually a list of guides nicely ordered by topics.