SK URL Shortner is a lightweight, fast, and privacy-focused URL shortening web app built using pure HTML, CSS, and JavaScript.
It converts long URLs into short, shareable links and redirects users instantly.
π No backend required
π Perfect for Netlify & GitHub Pages
π No login, no tracking, no data selling
After deployment, short links work like this: https://skurl.netlify.app/?c=abc123
Opening the link will automatically redirect to the original URL.
- πΉ Shorten long URLs instantly
- πΉ Custom short code support
- πΉ Auto redirect using
?c=CODE - πΉ One-click copy button
- πΉ Open links in new tab
- πΉ Delete individual links
- πΉ Export links as JSON
- πΉ Reset all stored links
- πΉ Fully responsive UI
- User enters a long URL.
- App generates a unique short code.
- Mapping is saved in browser localStorage.
- When
?c=CODEis opened, the app redirects to the original URL.
sk-url-shortner/ β βββ index.html
Only one file is required to run the project.
![Home Page]
π οΈ Run Locally
Clone the repository:
git clone https://github.com/your-username/SK-url-shortner.git