Home

Awesome

Shopping List - with Electron and PouchDB

<strong style="color:red">Note</strong>: This is a work in progress.

This Shopping List is an Offline First demo application built using PouchDB with the Electron framework. This app is part of a series of Offline First demo apps, each built using a different stack.

Quick Start

  1. Clone this GitHub repo
  2. Run npm install
  3. Run npm start

Features

Shopping List is a simple demo app, with a limited feature set. Here is a list of features written as user stories grouped by Epic:

App Architecture

Tutorial

Refer to the tutorial for step-by-step instructions on how to build your own Offline First shopping list desktop app with Electron and PouchDB.