Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vijayyprajapati/Share-Your-Bookmarks

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.
https://github.com/vijayyprajapati/Share-Your-Bookmarks

css frontend hacktoberfest hacktoberfest-accepted hacktoberfest2022 html javascript open-source web webdevelopment

Last synced: 2 months ago
JSON representation

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.

Lists

README

        

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 :

## Technology Stack used:

- **Frontend**: HTML5, CSS3, JavaScript

- **IDE**: [Visual Studio Code](https://code.visualstudio.com/download)
- **Version Control**: [Git](https://git-scm.com/downloads) and [GitHub](https://git-scm.com/downloads)

## 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 [email protected]:/Share-Your-Bookmarks.git
```

3. **Edit** `data.json` file in your favourite code editor by pasting this code at the end of the array. See others code for reference.

```json
{
"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"
}
]
},
```

4. 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
```

5. 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](LICENSE).