{"id":25509262,"url":"https://github.com/wahedpro/gadget-heaven","last_synced_at":"2026-04-28T23:38:46.739Z","repository":{"id":275929663,"uuid":"912302843","full_name":"wahedpro/Gadget-Heaven","owner":"wahedpro","description":"Gadget Heaven - your one-stop destination for the latest gadgets and tech products!","archived":false,"fork":false,"pushed_at":"2025-02-05T10:01:07.000Z","size":866,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T03:38:38.517Z","etag":null,"topics":["css","firebase","html","javascript","tailwindcss"],"latest_commit_sha":null,"homepage":"https://gadget-heaven-assignment8.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/wahedpro.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-01-05T07:14:23.000Z","updated_at":"2025-02-05T10:01:10.000Z","dependencies_parsed_at":"2025-02-05T11:18:50.732Z","dependency_job_id":"4c1a2247-2d09-47ca-9f5b-6a8cdf1dbf04","html_url":"https://github.com/wahedpro/Gadget-Heaven","commit_stats":null,"previous_names":["wahedpro/gadget-heaven"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wahedpro/Gadget-Heaven","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wahedpro%2FGadget-Heaven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wahedpro%2FGadget-Heaven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wahedpro%2FGadget-Heaven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wahedpro%2FGadget-Heaven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wahedpro","download_url":"https://codeload.github.com/wahedpro/Gadget-Heaven/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wahedpro%2FGadget-Heaven/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","firebase","html","javascript","tailwindcss"],"created_at":"2025-02-19T08:54:43.833Z","updated_at":"2026-04-28T23:38:46.712Z","avatar_url":"https://github.com/wahedpro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gadget Heaven\n\nWelcome to **Gadget Heaven** - your one-stop destination for the latest gadgets and tech products!\n\n## 🌐 Live Demo\n\n[Live Project Link](https://gadget-heaven-assignment8.netlify.app)\n\n## 📄 Requirement Document\n\n[Requirement Document](https://github.com/programming-hero-web-course2/b10a8-gadget-heaven-wahedpro/blob/main/public/Batch-10_Assignment-08.pdf)\n\n---\n\n## 🚀 Key React Fundamentals Used\n\nThis project is built on core concepts of React, including:\n\n- **Components**: Reusable components for a modular structure.\n- **Props and State**: Managed data flow between components.\n- **Conditional Rendering**: Dynamically changed UI elements.\n- **Hooks (useState, useContext, useEffect)**: Managed state and side effects.\n- **React Router**: Implemented for seamless navigation.\n\n---\n\n## 📊 Data Handling and Management\n\nWe used **Context API** for managing global state across the app. Additionally:\n\n- **Local Storage** is used to persist certain data between sessions for a better user experience.\n\n---\n\n## 🌟 Top 5 Features\n\n1. **Dynamic Navigation**: The background color of the navigation bar changes based on the selected page.\n2. **Product Cart Management**: Users can add items to the cart, with real-time updates of item count and a badge indicating the total.\n3. **Feedback System**: Users can provide feedback with different rating levels and submit their details.\n4. **Product Wishlist**: Ability to mark favorite products, which is saved in local storage.\n5. **User Authentication**: Allows users to securely log in and manage their personalized data.\n\n---\n\n## 📦 Dependencies\n\nThe project uses the following dependencies:\n\n```json\n{\n  \"localforage\": \"^1.10.0\",\n  \"match-sorter\": \"^7.0.0\",\n  \"react\": \"^18.3.1\",\n  \"react-dom\": \"^18.3.1\",\n  \"react-helmet\": \"^6.1.0\",\n  \"react-icons\": \"^5.3.0\",\n  \"react-router-dom\": \"^6.27.0\",\n  \"react-toastify\": \"^10.0.6\",\n  \"recharts\": \"^2.13.3\",\n  \"sort-by\": \"^1.2.0\"\n}\n```\n\n---\n\n## 🛠 How to Run the Project Locally\n\n### Clone the Repository\n```sh\ngit clone https://github.com/wahedpro/Gadget-Heaven\ncd Gadget-Heaven\n```\n\n### Install Dependencies\n```sh\nnpm install\n```\n\n### Run the Project\n```sh\nnpm run dev\n```\nThis will start the development server. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n---\n\nThank you for exploring **Gadget Heaven**! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwahedpro%2Fgadget-heaven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwahedpro%2Fgadget-heaven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwahedpro%2Fgadget-heaven/lists"}