Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heysagnik/Linkees
Awesome Linktree clone made with React ⚛️
https://github.com/heysagnik/Linkees
bio docker docker-image hactoberfest links linktree linktree-alternative react trending vercel
Last synced: 7 days ago
JSON representation
Awesome Linktree clone made with React ⚛️
- Host: GitHub
- URL: https://github.com/heysagnik/Linkees
- Owner: heysagnik
- Created: 2020-11-24T03:38:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T11:54:06.000Z (18 days ago)
- Last Synced: 2024-10-29T17:23:49.559Z (14 days ago)
- Topics: bio, docker, docker-image, hactoberfest, links, linktree, linktree-alternative, react, trending, vercel
- Language: TypeScript
- Homepage: https://heysagnik.vercel.app/
- Size: 5.27 MB
- Stars: 339
- Watchers: 5
- Forks: 114
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
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.
Linkees
[![Generic badge](https://img.shields.io/badge/BUILD-Success-.svg?logo=github)](https://vercel.com/heysagnik/bio/deployments) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/heysagnik.svg?style=social&label=Follow%20%40heysagnik)](https://twitter.com/heysagnik)
## About 🎯
A beautiful Single Page Web App made with React to display all your important social links for your followers (Alternative to linktr.ee).
![Screenshot](https://api.microlink.io/?url=https://heysagnik.vercel.app&screenshot=true&meta=false&embed=screenshot.url&waitForTimeout=1500&type=jpeg&overlay.browser=dark&overlay.background=linear-gradient%28225deg%2C+%23FF057C+0%25%2C+%238D0B93+50%25%2C+%23321575+100%25%29)
## 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!
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fheysagnik%2FLinkees)
We also support **_Docker 🐳_** .For more details read [this](https://github.com/heysagnik/Linkees/blob/d15c73b40e140249aa58e7354b80e1ae7508ef9f/docker.md).
## 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 :