{"id":28417602,"url":"https://github.com/binshops/react-ecommerce","last_synced_at":"2025-06-26T12:30:51.223Z","repository":{"id":279926946,"uuid":"796633850","full_name":"binshops/react-ecommerce","owner":"binshops","description":"Modern eCommerce Storefront based on Next.js and React.js technologies. PrestaShop React.js Theme.","archived":false,"fork":false,"pushed_at":"2025-05-18T17:50:15.000Z","size":1915,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-04T12:47:50.094Z","etag":null,"topics":["ecommerce","ecommerce-next","ecommerce-react","ecommerce-storefront","ecommerce-theme","headless","headless-commerce","prestashop-react","prestashop-storefront","prestashop-theme","react-ecommerce","reactjs-ecommerce"],"latest_commit_sha":null,"homepage":"https://www.binshops.com/docs/next-ecommerce/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binshops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2024-05-06T10:34:15.000Z","updated_at":"2025-06-02T13:22:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee09369c-249b-45f2-9be1-7dbcc223d41d","html_url":"https://github.com/binshops/react-ecommerce","commit_stats":null,"previous_names":["binshops/react-ecommerce"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/binshops/react-ecommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binshops%2Freact-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binshops%2Freact-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binshops%2Freact-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binshops%2Freact-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binshops","download_url":"https://codeload.github.com/binshops/react-ecommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binshops%2Freact-ecommerce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262067680,"owners_count":23253650,"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","ecommerce-next","ecommerce-react","ecommerce-storefront","ecommerce-theme","headless","headless-commerce","prestashop-react","prestashop-storefront","prestashop-theme","react-ecommerce","reactjs-ecommerce"],"created_at":"2025-06-04T07:11:54.200Z","updated_at":"2025-06-26T12:30:51.196Z","avatar_url":"https://github.com/binshops.png","language":"TypeScript","readme":"![react-ecommerce](https://github.com/user-attachments/assets/7546717a-332e-4c9a-af94-5071152c35a5)\n\n# 🚀 React.js E-Commerce \nOpen-source e-commerce react.js and next.js template. Easily, build your headless e-commerce website using a reliable API and a modern storefront.\n\nBuild your e-commerce website quickly and efficiently with:\n- 30+ fully coded react.js components\n- Responsive design\n- Home, PDP and PLP fully workable pages\n- Connected to a sample API\n- [Special Features](https://binshops.com/docs/next-ecommerce/special-features.html)\n\nReact e-commerce has everything you need to create the headless e-commerce website.\n\n## [How to Install and Getting started](https://binshops.com/docs/next-ecommerce/)\nLet's take a look at the doc for getting started: [React.js / Next.js E-Commerce Documentation](https://binshops.com/docs/next-ecommerce/)\n\n## Project Structure\n\n```\n├── locales\n│   ├── en\n│   └── fr\n├── public\n│   └── images\n│       ├── home\n│       │   └── category\n│       ├── icon\n│       ├── instagramPost\n│       └── slider\n└── src\n├── component\n│   ├── accordionItem\n│   ├── cartContent\n│   │   └── cardItem\n│   │       └── updateQuantity\n│   ├── category\n│   │   ├── categoryOptions\n│   │   ├── categoryProduct\n│   │   ├── filter\n│   │   │   └── checkBox\n│   │   ├── placeholder\n│   │   └── sort\n│   ├── footer\n│   ├── header\n│   ├── homeCategory\n│   ├── instagramPost\n│   ├── loadingIndicator\n│   ├── mainSlider\n│   ├── megaMenu\n│   ├── modal\n│   ├── navigationBar\n│   ├── pagination\n│   ├── product\n│   │   ├── addToCart\n│   │   ├── options\n│   │   │   ├── colorSelect\n│   │   │   └── selectBox\n│   │   └── price\n│   ├── productCard\n│   ├── productCarousel\n│   ├── productDetails\n│   ├── productGallery\n│   ├── productInfo\n│   ├── search\n│   └── subscribe\n├── const\n├── context\n├── pages\n│   ├── category\n│   └── product\n├── styles\n└── utils\n├── api\n│   ├── fetchData\n│   └── transformer\n├── function\n├── hooks\n└── type\n├── i18n.js\n├── tsconfig.json\n├── next.config.mjs\n├── package.json\n├── package-lock.json\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinshops%2Freact-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinshops%2Freact-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinshops%2Freact-ecommerce/lists"}