Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 868 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 868 Bytes

offline

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:

  1. Clone this repo
  2. npm install
  3. 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.