https://github.com/ibrsec/shopping-vite
https://github.com/ibrsec/shopping-vite
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/shopping-vite
- Owner: ibrsec
- Created: 2024-03-15T05:15:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T10:26:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:36:45.633Z (over 1 year ago)
- Language: JavaScript
- Size: 5.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Shopping Vite Project
An awesome Shopping Vite Project
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
## โน๏ธ About The Project
[](https://ibrsec.github.io/shopping-vite/)
---
## ๐ 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
## ๐ซ 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
```
## ๐ 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
```
---
### ๐๏ธ Built With