{"id":30459663,"url":"https://github.com/ik-riyad/mango_client","last_synced_at":"2026-04-12T13:35:35.308Z","repository":{"id":309020621,"uuid":"1034267789","full_name":"Ik-Riyad/mango_client","owner":"Ik-Riyad","description":"A beautifully themed, full-stack, mobile-responsive web application designed to help plant lovers easily monitor and manage the care of their indoor and outdoor plants. Built with love for green thumbs, this app tracks everything from watering to plant health — all in one place.","archived":false,"fork":false,"pushed_at":"2025-08-09T08:52:16.000Z","size":6999,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T10:23:27.020Z","etag":null,"topics":["daisiyui","dotenv","express","firebase-auth","mongodb","node","react","router","tailwindcss"],"latest_commit_sha":null,"homepage":"https://unique-donut-b731f9.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/Ik-Riyad.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-08-08T05:54:06.000Z","updated_at":"2025-08-09T08:54:08.000Z","dependencies_parsed_at":"2025-08-09T10:23:30.448Z","dependency_job_id":"42375b5b-321b-4949-bf60-2087a0608206","html_url":"https://github.com/Ik-Riyad/mango_client","commit_stats":null,"previous_names":["ik-riyad/mango_client"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Ik-Riyad/mango_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ik-Riyad%2Fmango_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ik-Riyad%2Fmango_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ik-Riyad%2Fmango_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ik-Riyad%2Fmango_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ik-Riyad","download_url":"https://codeload.github.com/Ik-Riyad/mango_client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ik-Riyad%2Fmango_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276077896,"owners_count":25581305,"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-09-20T02:00:10.207Z","response_time":63,"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":["daisiyui","dotenv","express","firebase-auth","mongodb","node","react","router","tailwindcss"],"created_at":"2025-08-23T18:48:52.975Z","updated_at":"2025-09-20T09:51:03.499Z","avatar_url":"https://github.com/Ik-Riyad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌿 Plant Care Tracker\n\n## 🔎 Project Overview\n\n\u003e A beautifully themed, full-stack, mobile-responsive web application designed to help plant lovers easily monitor and manage the care of their indoor and outdoor plants. Built with love for green thumbs, this app tracks everything from watering to plant health — all in one place.\n\n---\n\n## 📸 Screenshot\n\n![Project Screenshot](public/Screenshot_2.png)\n\n---\n\n## 🛠 Technologies Used\n\n- React.js (Frontend UI)\n- Node.js \u0026 Express (Backend API)\n- MongoDB (Database) – if applicable\n- Axios (HTTP client)\n- date-fns (Real-time date and time display)\n- Firebase Authentication / JWT (User authentication)\n- Tailwind CSS (Styling)\n- Context API (State management)\n\n---\n\n## ✨ Core Features\n\n- Real-time date and time display in the navigation bar.\n- Fully responsive, clean navigation with light/dark theme toggling.\n- Attractive sliding banner showcasing plant care visuals and tips.\n- Plant cards with detailed view options for plant care instructions.\n- Secure user authentication (register, login, logout).\n- Personal user dashboard with:\n  - User's own plant list\n  - Personal information section\n  - Editable and deletable plant records\n- Detailed plant page showing care logs and health status.\n- Theming that changes based on plant categories (e.g., succulents, bonsai).\n- Clean footer with modal for contact/help and useful links.\n\n---\n\n## ⚙️ Dependencies\n\n- react, react-dom\n- axios\n- firebase / jsonwebtoken\n- date-fns\n- react-router-dom\n- express\n- mongoose\n- dotenv\n- tailwindcss\n\n---\n\n## 🚀 How to Run Locally\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/Ik-Riyad/mango_client.git\n   cd plant-care-tracker\n\n   2. **Install frontend dependencies:**\n   ```\n\n- cd client\n- npm install\n\n3. **Install backend dependencies:**\n\n- cd ../server\n- npm install\n\n4. **Setup environment variables:**\n\n- Create .env files in both client and server directories.\n\n- Add your MongoDB URI, Stripe keys, Firebase config, and other sensitive data.\n\n5. **Start backend server:**\n\n- npm run dev\n\n6. **Start frontend app:**\n\n- cd ../client\n- npm start\n\n7. **Open in browser:**\n\n- Visit http://localhost:3000\n\n## 🔗 Live Project\n\n- 🌐[Live Project](https://unique-donut-b731f9.netlify.app/)\n\n## 📬 Contact\n\n- Reach me at: ik.riyad123@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik-riyad%2Fmango_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fik-riyad%2Fmango_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik-riyad%2Fmango_client/lists"}