The IndorePlant Web Application is a project built using the MERN stack (MongoDB, Express.js, React, Node.js). It’s designed as a plant management and e-commerce style platform, where users can browse, learn about, and possibly purchase indoor plants. The app is deployed as a static site on Render, which means it’s live and accessible online.
Plant Catalog: Displays a collection of indoor plants with details like name, description, and care instructions.
Frontend (React): Provides a clean, responsive interface for users to interact with the plant listings.
Backend (Node.js + Express): Handles requests, routes, and connects the frontend with the database.
Database (MongoDB): Stores plant data (e.g., plant names, categories, care tips, pricing if it’s e-commerce).
Deployment (Render): The app is hosted on Render’s dashboard as a static site, making it accessible to users without needing local setup.
Helps users discover and manage indoor plants.
Acts as a portfolio project to demonstrate MERN stack skills.
Could be extended into a full e-commerce platform for plant sales.
Built with