Skip to content

A platform where anyone can make their profile, share their Twitter and LinkedIn bookmarks, see other shared bookmarks, and contribute to the community. This repository is participating in Hacktoberfest2022.

License

vijayyprajapati/Share-Your-Bookmarks

Repository files navigation

dschackfest

Share-Your-Bookmark:

A platform where anyone can make their profile, share their Twitter and LinkedIn bookmarks, see other shared bookmarks, and contribute to the community.

Website for this repository : https://share-your-bookmarks.netlify.app/

Technology Stack used:

  • Frontend: HTML5, CSS3, JavaScript

Steps to Contribute

  1. Fork this repository by clicking on the fork button on the upper right corner.
  2. Clone the repo by typing this command in your command prompt or git bash:
git clone git@github.com:<your_github_username_here>/Share-Your-Bookmarks.git
  1. Edit data.json file in your favourite code editor by pasting this code at the end of the array. See others code for reference.
{
    "name": "your name here",
    "username": "your unique username here",
    "bio": "your bio here",

    "links": [
      "your first bookmark link",
      "your second bookmark link",
      "your third bookmark link",
      "your fourth bookmark link",
      "your fifth bookmark link"
    ],
    "social": [
      {
        "twitter": "your twitter/other handle here"
      },
      {
        "linkedin": "your linkedin/other handle here"
      }
    ]
  },
  1. Type these commands in your cmd/git bash to stage, commit and push the changes in your cloned repo.
git stage .
git commit -m "your message"
git push origin master
  1. Now, create and submit a pull request by clicking on Contribute button on your GitHub repo. But, first be sure to fetch and merge the upstream from the original repo by clicking on Sync fork > Update branch button.

Our Contributors !! ✨

Thanks to these wonderful people: ✨

License

Licensed under the MIT license.

About

A platform where anyone can make their profile, share their Twitter and LinkedIn bookmarks, see other shared bookmarks, and contribute to the community. This repository is participating in Hacktoberfest2022.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published