A simple, elegant web application for sharing links quickly and easily.
- 📋 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
- Open
index.htmlin your web browser - Enter a URL in the input field
- Click "Share Link" or press Enter
- Click "Copy" to copy the formatted link to your clipboard
- View and manage your recent links in the list below
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 LinuxAlternatively, you can host it on any web server or use it locally.
share/
├── index.html # Main HTML structure
├── styles.css # Styling and animations
├── script.js # JavaScript functionality
└── README.md # Documentation
Works on all modern browsers that support:
- ES6 JavaScript
- CSS3
- LocalStorage API
- Clipboard API
MIT License - feel free to use this project however you like!