Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgreg/grocery-list
A simple webapp for grocery lists
https://github.com/paulgreg/grocery-list
grocery-list react typescript
Last synced: about 2 months ago
JSON representation
A simple webapp for grocery lists
- Host: GitHub
- URL: https://github.com/paulgreg/grocery-list
- Owner: paulgreg
- License: mit
- Created: 2023-12-03T18:08:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:14:24.000Z (8 months ago)
- Last Synced: 2024-05-21T20:30:42.438Z (8 months ago)
- Topics: grocery-list, react, typescript
- Language: TypeScript
- Homepage: http://paulgreg.me/grocery-list/
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/paulgreg/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.