{"id":26475633,"url":"https://github.com/babladey275/plantnet_client","last_synced_at":"2026-04-09T12:02:50.172Z","repository":{"id":279938389,"uuid":"940200193","full_name":"babladey275/plantNet_client","owner":"babladey275","description":"PlantNet is an e-commerce platform dedicated to plants, where customers can browse and purchase plants, while sellers manage their inventory and orders through a dedicated dashboard. Admins review and approve seller applications to maintain platform quality.","archived":false,"fork":false,"pushed_at":"2025-04-20T14:00:09.000Z","size":332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T15:21:23.675Z","etag":null,"topics":["axios","express-js","firebase","imgbb-api","nodemailer","react","react-query","stripe-payments","sweetalert2"],"latest_commit_sha":null,"homepage":"https://plantnet-de0a5.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/babladey275.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-02-27T19:21:11.000Z","updated_at":"2025-04-20T14:03:17.000Z","dependencies_parsed_at":"2025-02-28T16:47:59.264Z","dependency_job_id":"131a4888-2d86-49c4-95a9-23a6736f23ee","html_url":"https://github.com/babladey275/plantNet_client","commit_stats":null,"previous_names":["babladey275/plantnet_client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/babladey275/plantNet_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babladey275%2FplantNet_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babladey275%2FplantNet_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babladey275%2FplantNet_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babladey275%2FplantNet_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babladey275","download_url":"https://codeload.github.com/babladey275/plantNet_client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babladey275%2FplantNet_client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265233753,"owners_count":23731825,"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":["axios","express-js","firebase","imgbb-api","nodemailer","react","react-query","stripe-payments","sweetalert2"],"created_at":"2025-03-19T23:38:09.439Z","updated_at":"2025-12-30T20:06:41.456Z","avatar_url":"https://github.com/babladey275.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlantNet\n\nPlantNet is an e-commerce platform dedicated to plants, where customers can easily browse and purchase plants while sellers manage their inventory and orders through a dedicated dashboard. The platform features secure login/signup with Firebase Authentication, integrated Stripe for fast and secure payments, and a streamlined process for sellers to add, update, or delete plant listings. Admins have the ability to review and approve seller applications to maintain platform quality. Built with **React**, **React Query** for state management, **React Router** for navigation, and styled using **Tailwind CSS**. Powered by Vite for fast development and build processes.\n\n---\n\n## Main Technologies Used\n\n- **React**: A JavaScript library for building user interfaces, providing fast and responsive views.\n- **React Router**: Used for navigating between different pages in the app.\n- **React Query**: A powerful data-fetching library that helps with managing asynchronous server data, caching, and background syncing.\n- **Tailwind CSS**: A utility-first CSS framework for rapidly building custom user interfaces.\n- **Vite**: A fast build tool and development server for modern web projects, providing fast refresh and hot-reloading.\n- **Firebase**: For user authentication, real-time data, and more backend functionalities (if integrated).\n- **Stripe**: For handling payment processing on the platform.\n- **Headless UI**: A set of completely unstyled, fully accessible UI components to create custom-designed components in React.\n- **React Date Range**: A library for selecting date ranges in the UI, used for handling orders and inventory management.\n\n---\n\n## Features\n\n### **For Customers**\n\n- **Browse Plants**: Customers can explore a catalog of plants with details like images, descriptions, and prices.\n- **Plant Details Page**: Users can view more detailed information about each plant by clicking on it.\n- **Place Orders**: Customers can add plants to their shopping cart and complete orders.\n- **Order History**: Customers can track their orders from purchase to delivery.\n\n### **For Sellers**\n\n- **Add Plants**: Sellers can add new plants to the catalog, including uploading images and setting prices.\n- **Manage Inventory**: Sellers can manage their plant inventory, including adding, updating, and removing plants.\n- **Order Management**: Sellers can view and manage customer orders, including shipping status and other details.\n- **Dashboard**: A comprehensive dashboard to view order statistics and manage the plant catalog.\n\n### **For Admins**\n\n- **Manage Users**: Admins can manage users on the platform, including sellers and customers, as well as access detailed user statistics.\n\n### **General Features**\n\n- **User Authentication**: Secure login/signup system for both customers and sellers using Firebase Authentication.\n- **Responsive Design**: The website is fully responsive and optimized for mobile, tablet, and desktop devices.\n- **Toasts \u0026 Notifications**: Real-time notifications using **react-hot-toast** for smooth user interactions.\n\n---\n\n## Dependencies\n\nHere’s a list of the major dependencies used in the project:\n\n### **Dependencies**\n\n- `@headlessui/react`: UI components with no default styling, allowing easy customization.\n- `@stripe/react-stripe-js`, `@stripe/stripe-js`: Integration with Stripe for payment processing.\n- `@tanstack/react-query`: Data-fetching and state management library for React.\n- `axios`: Promise-based HTTP client for making API requests.\n- `daisyui`: A component library built on top of Tailwind CSS for easily styled UI components.\n- `firebase`: Firebase SDK for authentication and backend services.\n- `prop-types`: Runtime type checking for React props.\n- `react`: Core React library.\n- `react-dom`: React DOM bindings for rendering.\n- `react-helmet-async`: Library for managing document head, adding metadata to the page.\n- `react-hot-toast`: For toast notifications and alerts.\n- `react-icons`: A library for using icons in React.\n- `react-router-dom`: A declarative routing library for React.\n- `react-spinners`: A collection of loading spinners for React.\n- `recharts`: Charting library for displaying statistics and data visualization.\n\n### **DevDependencies**\n\n- `@eslint/js`: JavaScript linting configuration for ESLint.\n- `@types/react`, `@types/react-dom`: TypeScript typings for React.\n- `@vitejs/plugin-react`: Vite plugin for React support.\n- `autoprefixer`, `postcss`, `tailwindcss`: PostCSS and Tailwind CSS utilities for CSS processing and styling.\n- `eslint`: Linting tool for JavaScript/React code quality.\n- `eslint-plugin-react`, `eslint-plugin-react-hooks`: Plugins for linting React-specific code.\n- `vite`: Development server and build tool for fast, optimized frontend applications.\n\n---\n\n### Admin Access\n\n**User**: admin@gmail.com\n**Password**: abc123\n\n### Seller Access\n\n**User**: seller@gmail.com\n**Password**: abc123\n\n**live link**: https://plantnet-de0a5.web.app/\n\n**Server Code**: https://github.com/babladey275/plantNet-server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabladey275%2Fplantnet_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabladey275%2Fplantnet_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabladey275%2Fplantnet_client/lists"}