Simple and easy to use links organiser for your social media accounts
Demo - https://bitesinbyte.github.io/links
There are two configuraiton file
{
"mainImageSource": "Main Image Path",
"mainImageAlt": "Main Image Alt",
"brandName": "Brand Name",
"description": "A short description",
"socialLinks": {
"instagram": "instagram link",
"linkedin": "",
"blog": "",
"web": "",
"github": "",
"facebook": "",
"snapchat": "",
"tiktok": "",
"twitter": "",
"youtube": ""
}
}
{
"blog": [
{
"title": "Medium",
"link": "link"
},
{
"title": "Bites in byte - Blog",
"link": "link"
}
],
"instagram": [],
"linkedin": [],
"web": [],
"github": [],
"facebook": [],
"snapchat": [],
"tiktok": [],
"twitter": [],
"youtube": [],
"other": []
}
clone the repository, run the following command:
git clone https://github.com/bitesinbyte/links.git
npm install
npm run dev
Licensed under the MIT license.