Gardenify bridges the gap between gardening enthusiasts and expert advice. This responsive web application offers:
- Plant care tracking
- Community sharing features
- Personalized gardening tips
- Seasonal planting guidance
- Plant Care Database - Comprehensive plant information
- User Profiles - Secure profile management
- Seasonal Planting Guide - Location-based recommendations
- Expert Advice Section - Q&A with gardening professionals
- Google Authentication - Secure login via Firebase
- Responsive Design - Mobile-first approach
- React Typewriter
- React Tooltip
- React Swiper
- React Icons
- Node.js (v14+)
- npm/yarn
- Firebase account
- MongoDB Atlas account
-
Clone the Repository
git clone https://github.com/yourusername/gardenify.git
-
Navigate to the Project Directory
cd gardenify -
Install Dependencies
npm install
-
Create Environment File
cp .env.example .env
-
Start the Development Server
npm run dev