Meteor SPA to generate shopping lists to make life easier and less repetitive. The code contains 98% English comments and variables, but the UI is Norwegian.
Pull request would be much appreciated.
Clone repository
Install all packages:
npm install
Run meteor:
meteor
- Add some ingredient categories, then some ingredients
- Add some dinners, using the ingredients you just created
- Add week plans, using the dinners you just created
- Generate shopping lists based on one of the week plans
- Edit the shopping list based on the current situation in the fridge
- Use the list and go shopping
- Repeat next week
Some components have stories. If you are unfamiliar with storybook, check out this awesome repo. To view the components in storybook, run:
npm run storybook
Then, go to http://localhost:9001/ and browse the stories. Make sure you have installed the devDependencies as well.
- Meteor ^1.3, Node and Npm must be installed
- For dinners with thumbnails, the machine running the code needs to have graphicsmagick or imagemagick installed to be able to generate thumbnails.