Chubb was interested in transforming the experience of reading an expansive chart within a PDF into a PWA hooked into their CMS -- allowing field agents an installable resource with offline data through service workers. The experience is powered by React, React Router, and Redux to handle state while the layouts are built with Flexbox and CSS columns. The app fetches data from the backend's API and Redux maps state to props to populate the content.

Overview

  • Progressive Web App
  • Service Workers
  • React/Redux
  • ES6 Syntax/Fetch API
  • Custom data architecture
  • Consumes Content-Managed API Output
  • Flexbox/CSS Column-based layouts
  • Typeahead Search Result Filtering

View Site