Skip to content

A simple offline-capable progressive web application todo list.

Notifications You must be signed in to change notification settings

dharmawankenny/offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.