Skip to content

fhnb16/famous-store

Repository files navigation

The Famous store

Vue 3.3.2 Vue CLI 5.0.8 Vue Router 4.2.0 Pinia 2.0.36 @kyvg/vue3-notification 2.9.1

Онлайн-витрина, верстка + vue

Test website with latest build

Image Video
Mobile preview image
IMG_3505.MP4

Desktop preview image

Figma with design


1. Preparing

  1. npm install
  2. npm run dev
  3. npm run build
  4. npm run lint

2. Features

  1. Fetch data from json.
  2. Add and remove items from cart.
  3. Alert notifications
  4. Saving cart in browser localStorage.
  5. Pinia Store & Routing
  6. Can be pinned on ios home screen (PWA)
  7. Search

3. data.json structure

{
  "Items": [
    {
      "id": 346,
      "category": 1,
      "title": "«Рождение Венеры» Сандро Боттичелли",
      "image": "//test.fhnb.ru/famous/img/item4.jpg",
      "price": "1 000 000",
      "discount": "2 000 000",
      "active": true
    },
    {
      "id": 753,
      "category": 1,
      "title": "«Тайная вечеря» Леонардо да Винчи",
      "image": "//test.fhnb.ru/famous/img/item2.jpg",
      "price": "3 000 000",
      "discount": "",
      "active": true
    },
    {
      "id": 145,
      "category": 1,
      "title": "«Сотворение Адама» Микеланджело",
      "image": "//test.fhnb.ru/famous/img/item3.jpg",
      "price": "5 000 000",
      "discount": "6 000 000",
      "active": true
    },
    {
      "id": 654,
      "category": 1,
      "title": "«Урок анатомии» Рембрандт",
      "image": "//test.fhnb.ru/famous/img/item1.jpg",
      "price": "2 000 000",
      "discount": "",
      "active": false
    },
    {
      "id": 377,
      "category": 2,
      "title": "Тестовый продукт",
      "image": "https://sun9-75.userapi.com/impg/c858024/v858024403/23004c/_QnuDfSq5EM.jpg?size=1280x853&quality=96&sign=f1ee670d77c7bf5e72db03e04f3e5a8b&type=album",
      "price": "10 000 000",
      "discount": "",
      "active": false
    }
  ],
  "Categories": [
    {
      "id": "1",
      "name": "Картины эпохи Возрождения"
    },
    {
      "id": "2",
      "name": "Тестовая категория"
    }
  ]
}

fhnb16

About

The Famous store, Test task, vue 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published