When it's time to go to the store, share the list with your partner (and kids) and ask them to get groceries from different categories - save time on the mundane.
You'll see immediately what has been added to the shopping cart, as they tick items off the list - so nothing gets added twice, and nothing is forgotten. The screen will also stay lit, preventing it from going to sleep every few seconds.
No logins required. No ads. No tracking. You can host this app on your Raspberry PI, if you want to.
- See online users in realtime
- Change your avatar's initials and color
- See if somebody starts adding an item to the list in realtime, with their avatar displayed
- Persist the shopping list in a database
- Add a shopping list clear button
- Add the always-on shimmy
- Introduce groups, so different families can start using the app
- Persist food groups by a selected grocery store.
- Add user-managed list of recipes
- Have Docker installed, and this repository cloned
- Run
docker compose up
- Enter
http://localhost:666
in your browser
To test the project on LAN, start the project and then apply the following command (Windows):
netsh interface portproxy add v4tov4 listenport=80 connectaddress=localhost connectport=666 protocol=tcp
then, you'll be able to access the app using your host computer's IP address.