Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
/ BioDrop Public archive

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.

License

Notifications You must be signed in to change notification settings

EddieHubCommunity/BioDrop

Repository files navigation

LinkFree by EddieHub

  • LinkFree connects audiences to all of your content with just one link. It is an open-source alternative to Linktree implemented in JavaScript.
  • It was initially created on a YouTube live stream.

Eddie Jaoude's LinkFree profile GIF

Note for Hacktoberfest

A note for Hacktoberfest participants:

Pull requests which add or edit your information in a public/data/${yourname}.json file will NOT be counted for Hacktoberfest.

Pull requests which improve the codebase, documentation, or other aspects of the project and are in line with the core values of the event will count. Maintainers will opt-in these PRs by applying the hacktoberfest-accepted label.

Open in Gitpod

Gitpod GIF

πŸ‘¨β€πŸ’» Demo

Check out the website: LinkFree

πŸ‘‡ Prerequisites

Before installation, please make sure you have already installed following tools:

πŸ› οΈ Installation Steps

  1. Fork the project
  2. Clone the project
  3. Navigate to the project directory cd LinkFree
  4. Install dependencies with npm install
  5. Run npm start
  6. Optional: Run the tests with npm run cypress:run

Alternatively, skip all the steps by using Gitpod Ready-to-Code

πŸ‘¨β€πŸ’» Contributing

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.
  • Check out our contribution guidelines for more information.

🎭 To Add Your Profile

Create a file named your-username.json in the directory public/data with the following content:

Optional fields: links and milestones

Looking for inspiration? You can view the following profiles for an example:

{
  "name": "YOUR NAME",
  "type": "personal",
  "bio": "Open Source Enthusiast!",
  "avatar": "https://github.com/YOUR_GITHUB_USERNAME.png",
  "links": [
    {
      "name": "Follow me on GitHub",
      "url": "https://github.com/YOUR_GITHUB_USERNAME",
      "icon": "github"
    },
    {
      "name": "Follow me on Twitter",
      "url": "https://twitter.com/YOUR_TWITTER_USERNAME",
      "icon": "twitter"
    }
  ],
  "milestones": [
    {
      "title": "Started Freelancing",
      "date": "December 2021",
      "icon": "dollar",
      "color": "grey",
      "description": "Started freelancing",
    }
  ]
}

Your URL will be http://linkfree.eddiehub.org/<yourusername>

For example: http://linkfree.eddiehub.org/eddiejaoude

Your avatar URL should take the format of https://github.com/<yourusername>.png

Available Icons:

Socials Icons Socials Icons Socials Icons
Android Microsoft Apple
PayPal Discord Slack
Envelope Telegram Facebook
Twitter GitHub Vimeo
Globe YouTube Link
Book Dollar

πŸ›‘οΈ License

LinkFree is licensed under the MIT License - see the LICENSE file for details.

πŸ’ͺ Thanks to all Contributors

Thanks a lot for spending your time helping LinkFree grow. Thanks a lot! Keep rocking 🍻

Contributors

πŸ™ Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️

About

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors 2,647