{"id":26903414,"url":"https://github.com/sandeeppaldotnet/cartshoppy","last_synced_at":"2026-05-07T06:31:41.296Z","repository":{"id":285343236,"uuid":"957794438","full_name":"sandeeppaldotnet/CartShoppy","owner":"sandeeppaldotnet","description":"🛍️ React E-Commerce Store A modern, responsive e-commerce frontend built with: ⚛️ React + React Router 🎨 React Bootstrap (for sleek UI components) 🌐 DummyJSON API (mock product data)  ✨ Features Browse products by category (smartphones, laptops, etc.)  Product details page (dynamic routing)  Responsive design (mobile-friendly grids \u0026 cards)  ","archived":false,"fork":false,"pushed_at":"2025-03-31T06:32:37.000Z","size":87,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T07:29:29.854Z","etag":null,"topics":["ecommerce-website","javascript","json","reactjs","redux","redux-thunk","redux-toolkit","shopping-cart"],"latest_commit_sha":null,"homepage":"https://cartshoppy.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandeeppaldotnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-31T06:26:18.000Z","updated_at":"2025-03-31T06:38:15.000Z","dependencies_parsed_at":"2025-03-31T07:39:46.280Z","dependency_job_id":null,"html_url":"https://github.com/sandeeppaldotnet/CartShoppy","commit_stats":null,"previous_names":["sandeeppaldotnet/cartshoppy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sandeeppaldotnet/CartShoppy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeeppaldotnet%2FCartShoppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeeppaldotnet%2FCartShoppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeeppaldotnet%2FCartShoppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeeppaldotnet%2FCartShoppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandeeppaldotnet","download_url":"https://codeload.github.com/sandeeppaldotnet/CartShoppy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeeppaldotnet%2FCartShoppy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264341129,"owners_count":23593298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecommerce-website","javascript","json","reactjs","redux","redux-thunk","redux-toolkit","shopping-cart"],"created_at":"2025-04-01T10:28:18.256Z","updated_at":"2026-05-07T06:31:41.227Z","avatar_url":"https://github.com/sandeeppaldotnet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + Vite\n\n# 🛒 CartShoppy - React E-Commerce Demo\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n![Netlify](https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge\u0026logo=netlify\u0026logoColor=white)\n\nA sleek single-page e-commerce demo built with React and React Bootstrap, showcasing product browsing by categories.\n\n[![Live Demo](https://img.shields.io/badge/LIVE_DEMO-Click_Here-2EA44F?style=for-the-badge)](https://cartshoppy.netlify.app/)\n\n\n\n## ✨ Key Features\n\n- **Single-File Architecture** - All logic in `Home.jsx` for easy understanding\n- **Real API Data** - Powered by DummyJSON products API\n- **Responsive Categories** - 5 popular product categories\n- **Product Previews** - 4 featured products per category\n- **Modern UI** - Clean cards with hover effects\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React 18 + React Router\n- **Styling**: React Bootstrap (with custom CSS)\n- **API**: [DummyJSON](https://dummyjson.com/docs/products)\n- **Hosting**: Netlify\n\n## 📦 How It Works\n\nThis single-file implementation demonstrates:\n```javascript\n// 1. Fetches categories from DummyJSON API\nconst categoriesRes = await fetch('https://dummyjson.com/products/categories');\n\n// 2. Displays products for each category\nconst productsRes = await fetch(\n  `https://dummyjson.com/products/category/${category}?limit=4`\n);\n\n// 3. Responsive grid layout using React Bootstrap\n\u003cRow className=\"g-4\"\u003e\n  {products.map((product) =\u003e (\n    \u003cCol key={product.id} xl={3} lg={4} md={6}\u003e\n      {/* Product Card */}\n    \u003c/Col\u003e\n  ))}\n\u003c/Row\u003e\n\nKey features of this README:\n1. Highlights your live Netlify URL prominently\n2. Clearly states the single-file architecture\n3. Shows actual code snippets used in your implementation\n4. Minimal setup requirements\n5. Mobile-responsive badge styling\n\nTo complete it:\n1. Add a screenshot named `screenshot.png` in your `/public` folder\n2. Update the feature list if you want to highlight specific UI elements\n3. Consider adding a \"Future Improvements\" section if you plan to expand it\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeeppaldotnet%2Fcartshoppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandeeppaldotnet%2Fcartshoppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeeppaldotnet%2Fcartshoppy/lists"}