Hey everyone,
This is a minimal, full-stack URL Shortener app built using the MERN stack. Users can shorten long URLs, create custom short links, and manage them in a clean dashboard. It supports login/signup, redirection, and has a fully responsive UI.
Check out the live deployed version here:
👉 link-short-lrui.vercel.app
- Shorten any long URL using Nano ID
- Create custom short links like
short.ly/my-link - Automatically redirect to original URLs
- User login and signup with JWT-based authentication
- Manage all URLs from a personal dashboard
- Responsive UI built with React and Tailwind CSS
- Passwords are securely hashed using bcrypt
- Clean folder structure for scalability and production
- React.js (Vite)
- Tailwind CSS
- Axios
- React Router DOM
- Node.js + Express.js
- MongoDB + Mongoose
- JWT for auth
- Bcrypt for password hashing
- Nano ID for short URLs



