Skip to content

Njong392/LinkTree-tailwind-vanillaJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customised LinkTree

After seeign people post their links together with LinkTree, I decided to make a custom LinkTree for myself with only HTML and TailwindCSS.

Project Overview

Below is a view of the project, and a link to the site. Hover over the avatar and buttons to see some animations I added with Rough Notation. Check the live site: https://link-tree-tailwind-vanilla-js.vercel.app/

link tree card with hashnode, freecodecamp and frontend mentor links

Tech Stack

  • HTML
  • Tailwind CSS
  • JavaScript (for the animation library)

Do you want to contribute?

This project isn't really keen on accepting contributions, but if you want to add or adjust anyhting, I highly encourage you.

If you have an issue to report, or want something to be removed/added,

Feel free to open an issue.

If you want to add to the code...

Prerequisites

  • Node
  • Git

After that,

  • Fork this repo
  • Clone it to your local machine using git clone <repo link>

Note The repo link in this case is the link to your fork.

  • Create a branch using git branch <branch name>
  • Switch to that branch with git checkout <branch name>
  • In your local environment, run npm install
  • Navigate to public folder, and make changes to sandbox.js if you want to check out the animations file or index.html if you want to work on the main file.
  • Commit, push changes with git push --set-upstream origin <branch name>, and open a pull request.

Note The above push command is when you are pushing your locally created branch for the first time. Further pushes from this branch should be made using git push -u origin <branch name>

Happy contributing 👍💯

Releases

No releases published

Packages

No packages published

Languages