Skip to content

EuvhenRight/Vue-Shop

Repository files navigation

Shop of Sneakers

Click here for the Demo version)

Welcome to Shop of Sneakers.

Design

Design

Cart

Cart

Order

Order

Page Favorites

Features

Project Overview

My first Project on Vue.js with TypeScript. and Tailwind CSS.

Features

  • Home: You can choose your favorite Sneakers.

  • Page Favorites: Add to Cart, Order, and Favorites.

  • Cart: You can do Order.

  • Search: You can find your favorite Sneakers.

Code Structure

VueShop-Sneakers
│
├── public
│       └── sneakers
│
└── src
    ├── components
    │   ├── pages
    │   │     ├── Favorites.vue
    │   │     └── Home.vue
    │   │
    │   ├── types
    │   │     └── types.ts
    │   │
    │   ├── Card.vue
    │   ├── CardList.vue
    │   ├── CartList.vue
    │   ├── CartItemList.vue
    │   ├── Drawer.vue
    │   ├── Header.vue
    │   └── InfoBlock.vue
    │
    ├── App.vue
    └── main.ts

Tech Stack

Vue Tailwind HTML5 JavaScript TypeScript

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors