paulgreg / grocery-list

A simple webapp for grocery lists

Home Page:http://paulgreg.me/grocery-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grocery list

A simple web app to handle grocery lists.

You can try the app here : https://paulgreg.me/grocery-list/ (but I strongly suggest you to host it yourself).

Settings

Before first run, copy src/settings.json.dist to src/settings.json.

By default, data is stored in localStorage.

You can save data on a server via json-store project. To do so, install it on your server then update src/settings.json : set saveOnline to true, update saveUrl and authorization according json-store configuration.

About

A simple webapp for grocery lists

http://paulgreg.me/grocery-list/

License:MIT License


Languages

Language:TypeScript 79.7%Language:CSS 11.4%Language:Shell 3.6%Language:HTML 3.0%Language:JavaScript 2.3%