https://github.com/ibrsec/product-list-react-vite
https://github.com/ibrsec/product-list-react-vite
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/product-list-react-vite
- Owner: ibrsec
- Created: 2024-03-20T14:29:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T10:28:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:36:47.967Z (over 1 year ago)
- Language: JavaScript
- Size: 6.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Product List React Project
An awesome Product List React Project
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
[](https://ibrsec.github.io/product-list-react/)
---
## ๐ Overview
๐ฆ Products are listed by categories once again for react environment
๐ฏ Choose categories for filtering products
```sh
# clone the project
git clone https://github.com/ibrsec/product-list-react.git
# enter the project directory
cd product-list-react
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
product-list-react (folder)
|
|---public (folder)
+ |---src (folder)
| |---assets (folder)
| |
| |---scss (folder)
| | |---_content.scss
| | |---_header.scss
| | |---_reset.scss
| | |---_variable.scss
| | |---_mixins.scss
| | |---_navbar.scss
| | โ---_main.scss
| |
+ | |---components (folder)
| | |---content.jsx
| | |---navbar.jsx
| | โ---header.jsx
| |
| |---App.jsx
| |---data.jsx
| โ---main.jsx
|
|----index.html
|----package.json
|----package-lock.json
|----readme.md
โ----vite.config.js
```