Skip to content

anuswarrrao/linktree-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔗 Linktree-like Website

Preview of Linktree-like Website

HTML5 CSS3 JavaScript Live Demo License: MIT Last Commit

A modern, responsive Linktree clone that serves as your personal link hub. Showcase all your important links in one beautifully designed, mobile-friendly page with dark/light mode support and smooth animations.

✨ Features

  • Dark/Light Mode Toggle – Switch seamlessly between dark and light themes.
  • Animated Background & Animations – Subtle, smooth effects for a modern and dynamic feel.
  • Mobile Responsive – Works flawlessly on all screen sizes.
  • Link Buttons – Showcase unlimited links to your portfolio, blog, or social media.
  • Share Button – One-click to share your link page with others.
  • Contact Links – Connect via email, call, or social media (Instagram, GitHub, LinkedIn).

🛠️ Installation

To run this profile page locally or make contributions, follow these steps:

🔁 Option 1: Clone the Repository

  1. Clone the repository:
git clone https://github.com/Anuswar/linktree-clone.git
cd linktree-clone
  1. Open the index.html file in your preferred web browser.

📦 Option 2: Direct Download

  1. Download the repository as a ZIP file from GitHub.
  2. Extract the contents to your desired location.
  3. Open index.html in your web browser.

📂 Project Structure

linktree-clone-main/
│
├── LICENSE.md                  # License information for the project
├── README.md                   # Documentation and setup instructions
├── index.html                  # Main HTML file of the project
├── CNAME                       # Custom domain configuration (used for GitHub Pages)
│
├── js/                         # JavaScript files
│   └── script.js               # Main JavaScript file
│
├── libraries/                  # External libraries
│   ├── google-font/            # Web font files (e.g., Nunito)
│   └── animate.css             # Animate.css for animations
│
├── assets/                     # Static assets like styles and images
│   ├── css/                    # CSS files
│   │   └── styles.css          # Main stylesheet
│   │
│   └── images/                 # Image files
│       ├── favicon/            # Favicon and web manifest files
│       ├── icon/               # Icon images (e.g., moon.svg, sun.svg)
│       ├── preview.jpg         # Screenshot/preview of the project interface
│       └── profile-picture.jpg # User profile picture for display

🤝 Contributing

Contributions are welcome! If you find any issues, have suggestions, or want to add new features, please open an issue or create a pull request.

Steps to contribute:

  1. Fork the repository
  2. Create a new branch for your feature or fix
  3. Commit your changes with clear messages
  4. Push to your fork
  5. Open a pull request to the main branch

📄 License

This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code.