A simple offline-capable progressive web application todo list.
Created using React, Redux, Webpack, Styled-Components, and 2 awesome libraries: Webpack Offline Plugin by NekR and Redux-Offline by Jevakallio (Also worth nothing that Redux-Offline uses Redux Persist for offline redux state management).
Quick Start Guide:
- Clone this repo
- npm install
- npm start
Made to simulate a true offline-ready progressive web application experience utilizing ServiceWorker for caching assets and application, and LocalForage for offline application data storage.
By Kenny Reida Dharmawan, A Software Engineer Intern working on Web Infrastructure team, In exploring Web Offline Experience for Traveloka Summer Internship 2017.