A simple web application that shortens long URLs using the Bit.ly API. This project demonstrates a straightforward implementation of a URL shortener tool, allowing users to easily create shorter and more manageable links.
- Easy URL Shortening: Quickly shorten URLs with a single click.
- User-Friendly Interface: Intuitive web interface for effortless operation.
- Instant Copy to Clipboard: Copy shortened URLs directly to the clipboard.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
nodeandnpm. - You have a Bit.ly account and an API key.
To install the URL Shortener, follow these steps:
git clone https://github.com/xqyet/URL-Shortener.git
cd URL-Shortener
npm install