A platform where anyone can make their profile, share their Twitter and LinkedIn bookmarks, see other shared bookmarks, and contribute to the community.
git clone git@github.com:<your_github_username_here>/Share-Your-Bookmarks.git
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"
}
]
},
git stage .
git commit -m "your message"
git push origin master
Licensed under the MIT license.