This is a web-application demonstrating the use of PWA features such as offline functionality.
- To install:
- To run:
- Access at: https://floating-shelf-15662.herokuapp.com
- Screenshot:
- Clear cache, indexedDB and mongoDB
- Start app and go offline
- POST - offline - Add t1, t2, t3 --> should go in indexedDB
- Go online ---> t1, t2, t3 now removed from IndexedDB and added to mongoDB
- POST - online - add t4, t5 --> get added to mongoDB
- GET - online - reload page --> t1-t5 displayed on page
- GET - offline - reload page --> t1-t5 displayed on page
- UoT FSF Bcamp - this template
- Week-18 - PWA activities
- MDN - Using IndexedDB - Web APIs
MIT License
© 2019 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.