Skip to content

Icraku/plantPals

Repository files navigation

PlantPals 🌿

Introduction

PlantPals is a platform designed to help first-time plant parents nurture their plants with ease. The application, still in development, provides detailed plant care instructions, such as watering and sunlight requirements, along with interactive guides to help users keep their plants healthy. Users can also explore different plant species and customize their care journey.

Deployed Site: PlantPals Live

Final Project Blog: Read the Blog Post

Author(s):

Installation

To get started with PlantPals locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/plantPals.git
  2. Navigate to the project directory:

    cd plantPals
  3. Install the necessary dependencies:

    npm install
  4. Add your environment variables:

    • Create a .env file at the root of your project.
    • Add your API key for the plant database:
      REACT_APP_PLANT_PERENUAL_API_KEY=your_api_key_here
  5. Start the development server:

    npm start

Usage

Once you have the application running, you can explore the following features:

  • Search for plant species by their common or scientific name.
  • View detailed care instructions for each plant.
  • Interactive plant care guide with step-by-step instructions on watering and sunlight needs.

Contributing

Contributions are welcome! If you would like to contribute to PlantPals, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit (git commit -m 'Add new feature').
  4. Push your changes (git push origin feature-branch).
  5. Create a pull request.

Please make sure to follow the contribution guidelines before submitting a pull request.

Related Projects

Here are some related projects that might inspire or complement PlantPals:

  • [Plant Parent by XYZ]
  • [Green Thumb Guide]

Licensing

This project is licensed under the MIT License. You are free to use, modify, and distribute this project, but please ensure that you give credit to the original authors due to copyright.

homepage plants

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors