https://github.com/hasibcoderlab/simple-add-to-cart-system
https://github.com/hasibcoderlab/simple-add-to-cart-system
add-to-cart reactjs responsive-design tailwindcss-v4 useeffect-hook usestate-hook vite
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasibcoderlab/simple-add-to-cart-system
- Owner: HasibCoderLab
- Created: 2025-10-16T04:29:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-17T04:55:24.000Z (5 months ago)
- Last Synced: 2025-10-18T05:46:16.424Z (5 months ago)
- Topics: add-to-cart, reactjs, responsive-design, tailwindcss-v4, useeffect-hook, usestate-hook, vite
- Language: JavaScript
- Homepage: https://simple-add-to-cart-system.vercel.app
- Size: 204 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Add-to-Cart-System
Simple react project with tailwind-Css
🌟 Large Screen

âš¡ Responsive Design

---
## 📂 Project File Structure
```
Simple-Add-to-Cart-System/
│── public/
│ ├── FakeData.json
│ └── vite.svg
│
│── src/
│ ├── assets/
│ │ └── overview/
│ │ ├── overview-1.png
│ │ └── overview-2.png
│ └── components/
│ ├── Placement/
│ │ └── Placement.jsx
│ ├── Product/
│ │ └── Product.jsx
│ ├── Products/
│ │ └── Products.jsx
│ └── SingleCart/
│ └── SingleCart.jsx
│
```