Skip to content

pphatdev/share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Share 🔗

A simple, elegant web application for sharing links quickly and easily.

Features

  • 📋 Copy to Clipboard: Share links with a single click
  • 💾 Local Storage: Keeps track of your recently shared links
  • Clean UI: Modern, responsive design that works on all devices
  • 🚀 No Backend Required: Runs entirely in the browser
  • URL Validation: Automatically validates and formats URLs

Usage

  1. Open index.html in your web browser
  2. Enter a URL in the input field
  3. Click "Share Link" or press Enter
  4. Click "Copy" to copy the formatted link to your clipboard
  5. View and manage your recent links in the list below

Installation

No installation required! Simply clone this repository and open index.html in your browser:

git clone https://github.com/turbotechlabs/share.git
cd share
open index.html  # On macOS
# or
start index.html  # On Windows
# or
xdg-open index.html  # On Linux

Alternatively, you can host it on any web server or use it locally.

File Structure

share/
├── index.html    # Main HTML structure
├── styles.css    # Styling and animations
├── script.js     # JavaScript functionality
└── README.md     # Documentation

Browser Support

Works on all modern browsers that support:

  • ES6 JavaScript
  • CSS3
  • LocalStorage API
  • Clipboard API

License

MIT License - feel free to use this project however you like!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published