
Learning Vue.js 2
By :

In the previous section, we summarized what the applications that we have developed throughout the book are doing. We have also agreed (I hope) that they are still far from perfect. Things that are far from perfect are things that we want to improve and therefore they give us challenges and purpose. There is actually still a lot of work to be done. Our applications are nice, but they lack features, style, identity, UX patterns, extension to other platforms, and so on. Let's check what we can still do.
Our applications already have some pretty nice features, but they can have even more. They can be more configurable. They can be more flexible. They can be more UI/UX friendly. Let's look at each of them and write a list of features that can be added. It will be your homework.
Open our shopping list application in the browser and look at it. You can add your lists and items to them. You can delete...