A demo e-commerce store built with Vue 3, Vuetify, and Pinia using dummy data.
The project includes 6 main pages to simulate a complete shopping experience.
- Home: Main landing page with product listings.
- About: Information about me.
- Category: Displays products by category.
- Product View: Detailed product information page.
- Cart Page: Shopping cart page.
- Checkout: Final order and payment page.
- Vue 3 – Modern frontend framework.
- Vuetify – UI library based on Material Design.
- Pinia – State management for Vue.
- Dummy Data – Used for testing and UI demonstration.
##Clone the repository
npm install
npm run serve
npm run build
npm run lint