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/
- Frontend: HTML5, CSS3, JavaScript
- IDE: Visual Studio Code
- Version Control: Git and GitHub
- Fork this repository by clicking on the fork button on the upper right corner.
- Clone the repo by typing this command in your command prompt or git bash:
git clone [email protected]:<your_github_username_here>/Share-Your-Bookmarks.git
- 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"
}
]
},
- 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
- 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.
Licensed under the MIT license.