Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

51 lines (38 loc) · 1.49 KB

Contributing to MyPetSpotlight

Thank you for your interest in contributing to MyPetSpotlight!
We welcome contributions from the community to help us improve and expand our pet lovers community.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (version 18.6.0 or higher)

Setup

  1. Clone the repository:

    git clone https://github.com/gabrysia694/MyPetSpotlight.git
    
  2. Navigate to the project directory:

      cd MyPetSpotlight
    
  3. Install project dependencies:

      npm install 
    

Add Your Pet

  • Template :

    {
       imgURL: './assets/images/pet_image_name.jpg',
       altName: 'Alternate text for pet image',
       name: 'Pet Name',
       type: 'Type Of your Pet',
       age: 'Age of your Pet',
       personalities:  ['Personality1','Personality2','Personality3'],
       toy: 'Fav Toy of your Pet',
       ownerURL: 'https://github.com/your-username',
       owner:  'Your First Name'
    }
    
  • Please fill out the following template by providing a name of your pet, type of the animal, age in years, couple personality traits and a favourite toy.

  • Then add your code below the commented location within the JS/data.js file.

  • Share a picture of your pet by simply uploading it to the assets/images folder.

If you have any questions or need further assistance, feel free to reach out. Happy coding!
Thank you for contributing to MyPetSpotlight!