A full-stack URL shortener application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. Users can shorten long URLs, manage them, and redirect using custom short links.
- β Shorten long URLs with unique short codes
- β Redirect to the original URL when a short URL is visited
- β Custom short code generation
- β Copy short links to clipboard
- β Responsive and clean UI using Tailwind
- React.js
- Axios
- Tailwind CSS
- React Router DOM
- Node.js
- Express.js
- MongoDB
- Mongoose
- NanoID (for generating unique short codes)
git clone https://github.com/pp923014/URL_SHORTNER.git
## Backend Setup
cd BACKEND
npm install
## Frontend setup
cd FRONTEND
npm install


