Grocery list Live Demo
Nuxt.js application where you can save grocely lists with preset food
Saved lists can be ordered by date and sum. You can mark food as bought, or delete it, or add a new one.
There is a food list with 10 items. You can open each separately for more details.
Stack: Nuxt.js, Vue.js, Vuetify
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for deploy on github pages
$ npm run generate:gh-pages
$ npm run deploy