SupermarKit helps you maintain grocery lists with features including:
- Isolated shopping groups called kits
- Support for searching and adding recipes to lists
- Making payments between kit members and maintaining kit balances
- Estimated pricing based on past grocery list item price information
- Receipt tracking
- Cooking units
Feel free to try it out at SupermarKit.
Additionally, you can install pretty simply after installing docker and docker-compose.
Navigate to the cloned directory and run:
# Run creates a TTY session the app can connect to for interactive debugging
# exposing ports like in docker-compose up which does not create a TTY session
docker-compose run --service-ports app
docker-compose run app rake:db setup
And visit localhost:3000 in your browser.
Let us know how we can make grocery shopping better.