{"id":29092322,"url":"https://github.com/mdjosimuddin198/greenboxbd-subscription-app","last_synced_at":"2026-04-20T13:03:10.284Z","repository":{"id":301078174,"uuid":"1008089420","full_name":"mdjosimuddin198/greenboxbd-subscription-app","owner":"mdjosimuddin198","description":"Green Box BD is a subscription-based platform that delivers fresh vegetable boxes to your doorstep with flexible weekly and monthly plans.","archived":false,"fork":false,"pushed_at":"2025-07-24T18:13:32.000Z","size":1029,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-24T23:51:53.519Z","etag":null,"topics":["firebase","reactjs","swiper-js"],"latest_commit_sha":null,"homepage":"https://greenbox-bd.web.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/mdjosimuddin198.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,"zenodo":null}},"created_at":"2025-06-25T02:35:13.000Z","updated_at":"2025-07-24T18:13:36.000Z","dependencies_parsed_at":"2025-06-25T03:35:58.195Z","dependency_job_id":"b268716f-58e5-4425-bf9a-2389a54faa4f","html_url":"https://github.com/mdjosimuddin198/greenboxbd-subscription-app","commit_stats":null,"previous_names":["mdjosimuddin198/greenboxbd-subscription-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdjosimuddin198/greenboxbd-subscription-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjosimuddin198%2Fgreenboxbd-subscription-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjosimuddin198%2Fgreenboxbd-subscription-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjosimuddin198%2Fgreenboxbd-subscription-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjosimuddin198%2Fgreenboxbd-subscription-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdjosimuddin198","download_url":"https://codeload.github.com/mdjosimuddin198/greenboxbd-subscription-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjosimuddin198%2Fgreenboxbd-subscription-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268689525,"owners_count":24291077,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"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":["firebase","reactjs","swiper-js"],"created_at":"2025-06-28T07:04:55.099Z","updated_at":"2026-04-20T13:03:05.255Z","avatar_url":"https://github.com/mdjosimuddin198.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🥬 Green Box BD - Subscription Service Platform\n\nGreen Box BD is a subscription-based e-commerce platform designed to deliver curated vegetable boxes and related products to customers' doorsteps on a weekly or monthly basis. The platform is built using React and offers flexible plans, rich features, and a seamless shopping experience.\n\n---\n\n## 🔗 Live URL\n[Live Site](https://greenbox-bd.web.app/) \n\n---\n\n## Screenshot\n![Project Screenshot](src/assets/image.png)\n\n---\n\n## 🎯 Purpose\nTo provide a user-friendly platform where users can easily subscribe to fresh vegetable delivery boxes with flexible plans, see ratings and reviews, and manage their preferences.\n\n---\n\n## 🌟 Key Features\n- 📦 Curated subscription boxes (Weekly, Monthly)\n- 💳 Multiple pricing plans with subscription benefits\n- 🖼️ SwiperJS-based featured image slider\n- ⭐ Ratings and customer reviews section\n- 🔐 Protected private routes\n- 📝 Review submission functionality\n- 🌐 Responsive and modern UI design\n\n---\n\n## 🧰 Tech Stack\n- **Frontend:** React, Tailwind CSS  \n- **Routing:** React Router  \n- **Component Library:** DaisyUI + Custom Components  \n- **Slider:** SwiperJS  \n\n---\n\n## 📦 NPM Packages Used\n- react  \n- react-dom  \n- react-router  \n- tailwindcss  \n- daisyui  \n- swiper  \n\n---\n\n## 🛠️ Local Setup Instructions\n\nFollow these steps to run the project locally on your machine:\n\n### Prerequisites\n- [Node.js](https://nodejs.org/en/download/) installed (v14 or above recommended)\n- Git installed (optional but recommended)\n\n### Steps\n\n```bash\n# 1️⃣ Clone the repository\ngit clone https://github.com/mdjosimuddin198/greenboxbd-subscription-app.git\n# 2️⃣ Navigate into the project directory\ncd greenboxbd-subscription-app\n\n# 3️⃣ Install dependencies\nnpm install\n\n# 4️⃣ Run the development server\nnpm start\n\n```\n---\n## 🤝 Contributing\n\nFeel free to fork, contribute, or give feedback!\n\nIf you'd like to contribute, please follow these steps:\n\n1. Fork the repository\n\n2. Create your feature branch:\n```bash\ngit checkout -b feature/YourFeature\n\n```\n3. Commit your changes:\n```bash\ngit commit -m 'Add some feature'\n```\n4.Push to the branch:\n```bash\ngit push origin feature/YourFeature\n```\n5. Open a Pull Request\n   \nThanks for helping improve the project! 🙌\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdjosimuddin198%2Fgreenboxbd-subscription-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdjosimuddin198%2Fgreenboxbd-subscription-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdjosimuddin198%2Fgreenboxbd-subscription-app/lists"}