Linkees

Awesome Linktree clone made with React βš›οΈ

Downloads
155
Stars
335
Committers
5

Linkees Experimental Branch πŸ”¬πŸ’»

⚠️ Warning This branch of Linkees is for experimental purposes only and is not intended for production use. Most of the components in this branch are broken and may not function as expected.

About 🎯

A beautiful Single Page Web App made with React to display all your important social links for your followers (Alternative to linktr.ee).

How to use ?πŸ€”

install the linkees package

npm install --save linkees

import Linkees component from linkees package in your react app

import Linkees, { CHANNEL_TYPES } from "linkees";

Create a config for your links

[
  {
    title: //title of the link card
    subtitle: //subtitle of the link card
    link: //URL
    type: //channel type
  }
]

Example can be found in example-linktree/src/index.tsx

Deploy to Vercel or any other platform and Enjoy!

We also support Docker 🐳 .For more details read this.

Contributing πŸ“

We always welcome contributions; big or small, it can be documentation updates, adding new checks or something bigger. Please check the Contributing Guide for details on how to help out.

Special Thanks to those People who have contributed :

Package Rankings
Top 11.25% on Npmjs.org
Badges
Extracted from project README
Generic badge Twitter URL Deploy with Vercel
Related Projects