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

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

Awesome Lists containing this project

README

          

# Simple-Add-to-Cart-System
Simple react project with tailwind-Css

🌟 Large Screen
![Overview](./src/assets/overview/overview-1.png)

âš¡ Responsive Design
![Overview](./src/assets/overview/overview-2.png)

---
## 📂 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
│

```