Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tharunoptimus/grocery

The perfect PWA to keep track of your grocery list 🛒
https://github.com/tharunoptimus/grocery

indexeddb jquery offline pwa

Last synced: 1 day ago
JSON representation

The perfect PWA to keep track of your grocery list 🛒

Awesome Lists containing this project

README

        

# Grocery List

## Info
- A simple PWA to help you keep track of your grocery list.
- Create a list of things you need to buy.
- Delete them, add more, mark as bought and much more.
- Works offline, and Private!
- No data leaves the browser.

## About
- Uses [`jQuery`](https://code.jquery.com/) for the query selection and fading out effect.
- Uses [`Indexed DB`](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) to store the data.
- And a service worker to cache the app's assets.
- Used [`lovefield`](https://github.com/google/lovefield) as the framework for IndexedDB.