An open API service indexing awesome lists of open source software.

https://github.com/ibrsec/shopping-vite


https://github.com/ibrsec/shopping-vite

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          







Logo

Shopping Vite Project


An awesome Shopping Vite Project
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---

## โ„น๏ธ About The Project

[![shopping-vite](./public/assets/img/project.gif)](https://ibrsec.github.io/shopping-vite/)

(back to top)

---

## ๐Ÿ‘€ Overview

๐Ÿ“ฆ Project aims to create a Product List App.
๐ŸŽฏ Products are listed by their categories.
๐ŸŒฑ Search feature is added filtered by categories
๐Ÿ”ฉ Shopping cart includes checkout feature

(back to top)

## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/shopping-vite.git

# enter the project directory
cd shopping-vite

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)

## ๐Ÿ“‚ Directory structure

```
shopping-vite (folder)

|
|---public (folder)
| |---assets
| | โ””---img (folder)
| |
| โ””---src (folder)
| |---cartCalculations.js
| |---createBtns.js
| |---getAllDataApi.js
| |---localStorage.js
| |---search.js
| โ””---sendCardsToDom.js
|
|----index.html
| โ””---style.css
|
|----main.js
|----package.json
|----package-lock.json
|----readme.md
โ””----vite.config.js
```

(back to top)

---

### ๐Ÿ—๏ธ Built With







(back to top)