Skip to content

Add your information in json #1

@Arijit-017

Description

@Arijit-017

Steps to Contribute

Follow these steps to contribute to this repository during Hacktoberfest:

  1. Fork the Repository

    • Click the Fork button at the top right of this repository's page to create a copy of the repo under your GitHub account.
  2. Clone it to Your Local Machine

    • Open your terminal and use the following command to clone the repo:
      git clone https://github.com/your-username/repo-name.git
  3. Add Your Data

    • Navigate to the public/data/ folder and open the data.json file.
    • Add your details in the following format:
      {
        "name": "Your Name",
        "location": "Your Address",
        "bio": "Write more about yourself",
        "avatar": "Link to your GitHub avatar",
        "portfolio": "Link to your GitHub profile",
        "skills": ["skill 1", "skill 2", "skill 3", "..."],
        "social": {
          "GitHub": "https://github.com/user_name",
          "Twitter": "https://x.com/your_twitter_handle",
          "LinkedIn": "https://www.linkedin.com/in/username"
        }
      }
  4. Push Your Changes

    • After adding your details, commit your changes using:
      git add .
      git commit -m "Added my profile details"
      git push origin main
  5. Create a Pull Request

    • Head back to the repository on GitHub, and click on Compare & pull request. Provide a meaningful description of your changes and create the pull request.

That's it! You're now part of this project. 🎉

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions