A Progressive Web App - To-do list.
Try it here: https://pwa-to-do-list.herokuapp.com
- JavaScript
- Onsen UI 2
- IndexedDB
- LocalStorage (If the IndexedDB is not available)
- Service Workers (If the browser supports it)
- Node.js
- Gulp (minimizing the scripts/styles as well as deploying the site to the Master branch)
- Amazon DynamoDB (storing each to-do in a non relational way)
Some of the code was derived and inspired from your-first-pwapp by Google Codelabs, OnsenUI-Todo-App by frankdiox, and to-do-notifications by mdn.