Welcome to the minify-urls
repository! This project provides a simple web application that allows users to create short and shareable aliases for long URLs. It's a URL shortening service that makes it easy to manage and share links with a shorter and more memorable format.
- URL Shortening: Create short aliases for long URLs, making them easier to share and manage.
- Custom Aliases: Optionally set custom aliases for your short URLs.
- Redirection: Redirect visitors to the original long URL when they access the shortened link.
- Analytics: Track basic analytics such as the number of times a short link has been clicked.
To run this project locally, follow these steps:
Clone this repository:
git clone https://github.com/iamrhm/minify-urls.git
cd minify-urls
npm install
npm run dev
- On the homepage, enter the long URL you want to shorten.
- Optionally, enter a custom alias to use for the short URL.
- Click the "Shorten" button.
- The application will generate a short URL, and you can copy and share it.