A powerful URL shortener web application built with Next.js, leveraging shadcn/ui, daisyUI, and Cloudinary for a polished and functional user experience. The app is hosted on Vercel.
Check out the live version: linkshorternet.vercel.app
- 🌐 Shorten long URLs with ease.
- 🛠️ Beautiful UI with shadcn/ui and daisyUI components.
- 📊 View statistics on shortened links.
- 🖼️ Upload and manage images via Cloudinary.
- 🖥️ Responsive design for desktop and mobile devices.
- Frontend: Next.js, shadcn/ui, daisyUI
- Backend: Next.js API Routes
- Database: MongoDB (using Mongoose)
- Authentication: Clerk
- File Storage: Cloudinary
- Deployment: Vercel
Make sure you have the following installed:
Clone the repository and install dependencies:
git clone https://github.com/Sushank-ghimire/linkshorterner.git
cd linkshorterner
npm install