Coder Social home page Coder Social logo

heysagnik / linkees Goto Github PK

View Code? Open in Web Editor NEW
325.0 5.0 110.0 4.95 MB

Awesome Linktree clone made with React ⚛️

Home Page: https://heysagnik.vercel.app/

HTML 23.28% CSS 13.82% TypeScript 51.27% Shell 4.63% JavaScript 3.96% Batchfile 3.05%
linktree linktree-alternative react hactoberfest bio links trending vercel docker docker-image

linkees's Introduction

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 Twitter URL

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

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

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 :

linkees's People

Contributors

avalynndev avatar bashamega avatar dependabot[bot] avatar hakimzuldev avatar heysagnik avatar sametcodes avatar taksuparth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

linkees's Issues

Dockerize Linkees

Hi @heysagnik, I believe there are developers out there would love to use Docker to run this application like me. I've managed to create two Dockerfiles - Development and Production as well as .dockerignore.

I tested the the Docker Images on both my local and my server and it works. I would love to contribute my work to this project.

Cheers!

Create this as an npm module

Are there any plans to make this available as an NPM module? It's so much quicker/easier/more normal to install via NPM/Yarn instead of having to fork and clone, you'd get way more downloads.

open link in new tab

Dear, thats verry awesome,
is there a way to make the social links open in a new tab?

Put songs on the page

Is it possible to put songs on the page? with a song that immediately plays itself when first open the website

Error after clik deploy to vercel

After clicking the deploy button on your readme, it shown an error to deploy on vercel

[11:51:08.289] Running "vercel build"
[11:51:08.750] Vercel CLI 28.10.3
[11:51:09.331] Installing dependencies...
[11:51:10.542] npm ERR! code ERESOLVE
[11:51:10.544] npm ERR! ERESOLVE could not resolve
[11:51:10.544] npm ERR!
[11:51:10.544] npm ERR! While resolving: [email protected]
[11:51:10.544] npm ERR! Found: [email protected]
[11:51:10.545] npm ERR! node_modules/react
[11:51:10.545] npm ERR! react@"^17.0.2" from the root project
[11:51:10.545] npm ERR! peer react@"<18.0.0" from @testing-library/[email protected]
[11:51:10.545] npm ERR! node_modules/@testing-library/react
[11:51:10.545] npm ERR! @testing-library/react@"^12.1.2" from the root project
[11:51:10.545] npm ERR! 3 more (framer-motion, linkees, react-scripts)
[11:51:10.545] npm ERR!
[11:51:10.545] npm ERR! Could not resolve dependency:
[11:51:10.545] npm ERR! peer react@"^16.14.0" from [email protected]
[11:51:10.545] npm ERR! node_modules/react-dom
[11:51:10.545] npm ERR! react-dom@"^16.13.1" from the root project
[11:51:10.545] npm ERR! peer react-dom@"<18.0.0" from @testing-library/[email protected]
[11:51:10.546] npm ERR! node_modules/@testing-library/react
[11:51:10.546] npm ERR! @testing-library/react@"^12.1.2" from the root project
[11:51:10.546] npm ERR! 1 more (framer-motion)
[11:51:10.546] npm ERR!
[11:51:10.546] npm ERR! Conflicting peer dependency: [email protected]
[11:51:10.546] npm ERR! node_modules/react
[11:51:10.546] npm ERR! peer react@"^16.14.0" from [email protected]
[11:51:10.546] npm ERR! node_modules/react-dom
[11:51:10.546] npm ERR! react-dom@"^16.13.1" from the root project
[11:51:10.546] npm ERR! peer react-dom@"<18.0.0" from @testing-library/[email protected]
[11:51:10.546] npm ERR! node_modules/@testing-library/react
[11:51:10.546] npm ERR! @testing-library/react@"^12.1.2" from the root project
[11:51:10.546] npm ERR! 1 more (framer-motion)
[11:51:10.546] npm ERR!
[11:51:10.546] npm ERR! Fix the upstream dependency conflict, or retry
[11:51:10.547] npm ERR! this command with --force, or --legacy-peer-deps
[11:51:10.547] npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
[11:51:10.547] npm ERR!
[11:51:10.547] npm ERR! See /vercel/.npm/eresolve-report.txt for a full report.
[11:51:10.547]
[11:51:10.547] npm ERR! A complete log of this run can be found in:
[11:51:10.547] npm ERR! /vercel/.npm/_logs/2023-01-10T04_51_09_555Z-debug-0.log
[11:51:10.562] Error: Command "npm install" exited with 1

Update the endpoint contract of linkees package

Describe the bug
Update the endpoint contract of linkees package and expose more components

Expected behavior
Currently, consumer of linkees package needs to use package as

import { Linktree } from 'linkees';

it should be

import Linkees from 'linkees';

Setup Linkees

Can you add the whole setup? Because new coders can also know how to setup the project from the start to end.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.