Rootsy is a web platform where users can easily buy and sell plants. Itβs more than just a marketplace β it's a green community where users can also share gardening tips, care guides, and plant knowledge to help others grow and thrive.
Homepage | Product Page | Community Section |
---|---|---|
π Visit Rootsy Live
- Frontend: React, Tailwind CSS, DaisyUI, React Icons, React Router, React Toastify, Swiper
- Backend: Node.js, Express (MERN)
- Database: MongoDB
- Auth & Hosting: Firebase
- Others: Axios, React Spring, Recharts, Framer Motion, Date-fns
- π΅ Buy & sell a variety of indoor and outdoor plants
- πΌ Share plant care tips and gardening knowledge
- π§βπΎ User-friendly interface for all age groups
- π Search and browse by plant categories
- π± Build a community around green living
- Clone the repository:
git clone https://github.com/your-username/rootsy-project.git cd rootsy-project
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Ensure backend is running (if applicable) with proper
.env
variables for database and Firebase config.
"dependencies": {
"@copilotkit/react-core": "^1.9.3",
"@copilotkit/react-ui": "^1.9.3",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.84.1",
"axios": "^1.11.0",
"daisyui": "^5.0.50",
"date-fns": "^4.1.0",
"firebase": "^12.0.0",
"framer-motion": "^12.23.12",
"lucide-react": "^0.537.0",
"react": "^19.1.1",
"react-datepicker": "^8.4.0",
"react-dom": "^19.1.1",
"react-google-button": "^0.8.0",
"react-icons": "^5.5.0",
"react-router": "^7.7.1",
"react-router-dom": "^7.8.0",
"react-spring": "^10.0.1",
"react-toastify": "^11.0.5",
"recharts": "^3.1.2",
"swiper": "^11.2.10",
"tailwindcss": "^4.1.11"
}
πΏ Happy Planting!
Letβs grow a greener web β together.