{"id":19793905,"url":"https://github.com/yash1hingu/topproducts","last_synced_at":"2026-04-11T07:02:19.703Z","repository":{"id":246921283,"uuid":"824674092","full_name":"Yash1Hingu/TopProducts","owner":"Yash1Hingu","description":"TopProducts is a React app displaying top-rated products with detailed information. It integrates with json-server.bytexl.app APIs, featuring MUI styling for a user-friendly experience across devices.","archived":false,"fork":false,"pushed_at":"2024-07-05T17:25:07.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T17:59:02.991Z","etag":null,"topics":["css3","frontend","html5","javascript","react-router","reactjs","reastapi"],"latest_commit_sha":null,"homepage":"https://top-products.vercel.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/Yash1Hingu.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":"2024-07-05T16:52:52.000Z","updated_at":"2024-07-12T17:33:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3d3776d-a1d6-4353-91f4-02ba9ae62e79","html_url":"https://github.com/Yash1Hingu/TopProducts","commit_stats":null,"previous_names":["yash1hingu/topproducts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yash1Hingu/TopProducts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTopProducts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTopProducts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTopProducts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTopProducts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yash1Hingu","download_url":"https://codeload.github.com/Yash1Hingu/TopProducts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash1Hingu%2FTopProducts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31671630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css3","frontend","html5","javascript","react-router","reactjs","reastapi"],"created_at":"2024-11-12T07:11:37.256Z","updated_at":"2026-04-11T07:02:19.654Z","avatar_url":"https://github.com/Yash1Hingu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🌟 TopProducts React Application\n\n## Overview\n\nTopProducts is a responsive React web application designed to display the top N products. The application provides two main pages: one for presenting all the products and another for spotlighting a specific product. It offers detailed information for each product, including the name, company, category, price, rating, discount, and availability.\n\nThe project integrates with backend APIs provided by [json-server.bytexl.app](https://json-server.bytexl.app/products) and uses the MUI (Material-UI) library for styling.\n\n## ✨ Features\n\n- 🛍️ Display a list of all products with detailed information.\n- 🔍 Spotlight a specific product with detailed information.\n- 🗂️ Filter products based on category, e-commerce company, rating, price range, and availability.\n- 📊 Sort products by price, rating, discount.\n- 📄 Pagination for smooth navigation.\n- 🖼️ Random assortment of images as product images.\n- 📱 Responsive design with user-friendly UI.\n\n## 🛠️ Technologies Used\n\n- ⚛️ React ![React](https://img.shields.io/badge/React-61DAFB?logo=react\u0026logoColor=white)\n- 🔄 React Router ![React Router](https://img.shields.io/badge/React_Router-CA4245?logo=react-router\u0026logoColor=white)\n- 📦 Axios ![Axios](https://img.shields.io/badge/Axios-5A29E4?logo=axios\u0026logoColor=white)\n- 🎨 MUI (Material-UI) ![MUI](https://img.shields.io/badge/MUI-007FFF?logo=mui\u0026logoColor=white)\n\n- 📜 JavaScript ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript\u0026logoColor=black)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- 🖥️ Node.js ![Node.js](https://img.shields.io/badge/Node.js-339933?logo=node.js\u0026logoColor=white)\n- 📦 npm (Node Package Manager) ![npm](https://img.shields.io/badge/npm-CB3837?logo=npm\u0026logoColor=white)\n### Installation\n\n## 📁 Project Structure\n\n```\nTopProducts/\n├── public/\n│   ├── index.html\n│   └── ...\n├── src/\n│   ├── components/\n│   │   ├── ProductDetail.js\n│   │   ├── AllProductsPage.js\n│   │   └── ...\n│   ├── App.js\n│   ├── index.js\n│   └── ...\n├── .gitignore\n├── package.json\n├── README.md\n└── ...\n```\n\n## 🌐 API Integration\n\nThe application integrates with the backend APIs available at [json-server.bytexl.app](https://json-server.bytexl.app/products).\n\n### Example API Calls\n\n- Fetch all products:\n    ```javascript\n    axios.get('https://json-server.bytexl.app/products')\n    ```\n\n## 🎨 Styling\n\nThe application uses the MUI (Material-UI) library for styling. MUI provides a robust, customizable, and accessible library of components, making it easier to build a responsive and user-friendly UI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash1hingu%2Ftopproducts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyash1hingu%2Ftopproducts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash1hingu%2Ftopproducts/lists"}