Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🛒
- Host: GitHub
- URL: https://github.com/tharunoptimus/grocery
- Owner: tharunoptimus
- License: mit
- Created: 2021-07-27T22:25:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T23:18:24.000Z (over 3 years ago)
- Last Synced: 2024-11-11T08:47:53.211Z (2 months ago)
- Topics: indexeddb, jquery, offline, pwa
- Language: JavaScript
- Homepage: https://idb-grocery.netlify.app/
- Size: 280 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.