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: about 19 hours 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.
- Host: GitHub
- URL: https://github.com/vijayyprajapati/Share-Your-Bookmarks
- Owner: vijayyprajapati
- License: mit
- Created: 2022-10-03T07:08:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T17:44:50.000Z (about 2 years ago)
- Last Synced: 2024-08-01T21:44:00.828Z (3 months ago)
- Topics: css, frontend, hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, html, javascript, open-source, web, webdevelopment
- Language: CSS
- Homepage: https://share-your-bookmarks.netlify.app/
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: Code-of-conduct.md
Awesome Lists containing this project
- project-awesome - 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 Hacktoberfe (CSS)
README
## 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).