In this article I am going to say about the build process of my application that I created for Hashnode Hackthon powered by vercel. I created my application with the Vue.js. I give it a name as H&V shop as it is Hashnode as Vercel.
This is the link of my project that I deployed in vercel. hackthon
It's initial look is this.
you can add products to the cart. Then the badge change like that
This is the cart page
Then you can be login to go to tha admin page to add new products
I use vue router and vuex for state management. This is my simple project.