A simple web-based URL shortener built with HTML, CSS, and JavaScript. Shorten URLs, manage your list of shortened links, and check original URLs easily.
Check it out live: URL Shortener App
- URL Shortening – Enter any URL and get a short link instantly.
- My URLs – Save your shortened URLs, copy them, or remove them from your list.
- Check URL – Enter a short URL to see its original link.
- Auto HTTPS – Automatically adds
https://if missing. - Copy-to-Clipboard – Easily copy short or original URLs.
- Responsive Design – Works well on mobile and desktop.
Visit the live app:
https://url-shortener-86s2.onrender.com/
- Go to URL Shortener to shorten a URL.
- Go to My URLs to manage your saved links.
- Go to Check URL to look up the original URL from a short link.
- Click the copy buttons to copy URLs to your clipboard.
You don’t need to install anything—everything runs directly in your browser.
Want to make the URL Shortener App better? Contributions are welcome!
- Improve the UI or make it more mobile-friendly.
- Add new features like analytics or link expiration.
- Submit pull requests with bug fixes or enhancements.
- Add user accounts to save URLs across devices.
- Add custom short URLs.
- Analytics for short URL clicks.
- Improved error handling and notifications.
MIT License – feel free to use and modify this app.
- Icons and emojis used in buttons are standard Unicode icons.
- Built entirely with HTML, CSS, and JavaScript.