LinkShort is an efficient and easy to use URL shortening Service that streamlines your online experiences.
- Shorten long URLs to compact, easy-to-share links.
- Customizable URL aliases for your short links.
- View the click count for each shortened link.
- QR code generation for easy mobile access.
- User-friendly and responsive web interface.
You can access a live demo of the URL shortener here: https://linkshort-bay.vercel.app/
- Clone this repository to your local machine.
git clone https://github.com/Ayush-Vish/linkShort.git
- Change into the project directory:
cd linkshort
- Install the required dependencies using npm :
npm install
- Start the server:
npm run dev