Overview This project is a URL Shortener Web Application built using HTML, CSS, and JavaScript, with the TinyURL API for generating shortened links. It provides a simple, responsive interface where users can paste long URLs and instantly receive shortened versions that are easy to share.
✨ Features
- 🔗 Shorten URLs using the TinyURL API.
- 📋 Copy to Clipboard functionality for quick sharing.
- 🎨 Responsive Design with clean UI built in HTML & CSS.
- ⚡ Vanilla JavaScript for API calls and DOM manipulation.
- 🛡️ Error Handling for invalid or empty URLs.
- 📱 Works across devices (desktop, tablet, mobile).
🛠️ Tech Stack
- Frontend: HTML, CSS, JavaScript
- API: TinyURL API
- Tools: Fetch API