Linkify is a URL shortening service that allows users to shorten long URLs quickly and efficiently. It provides a user-friendly interface and additional features like QR code generation and local storage for managing shortened links.
- URL Shortening: Easily shorten long URLs.
- QR Code Generation: Instantly generate QR codes for shortened URLs.
- Local Storage: Save and manage your shortened links locally.
- Responsive Design: Works seamlessly on desktop and mobile devices.
-
Clone the repository:
git clone https://github.com/yourusername/linkify.git cd linkify
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
-
Preview the production build:
npm run preview
- Shorten a URL: Enter a long URL and click "Shorten".
- View Shortened Links: See all your shortened links in a table.
- Generate QR Code: Click the QR code button for any link.
- Copy to Clipboard: Use the copy button to copy a shortened URL.
- Delete a Link: Remove unwanted links with the delete button.
- Clear Local Storage: Remove all saved links at once.
- Tailwind CSS: Customize styles in
tailwind.config.js
. - Vite: Adjust build settings in
vite.config.js
.
This project is licensed under the MIT License.