A simple URL shortening service built with Node.js, Express, and MongoDB. It allows users to generate a shortened URL for any long URL, and also provides a QR code for easy sharing or scanning. When the short URL is accessed, it redirects to the original URL. some transitions in qr appearance would be fixed as soon as possible.
Features: Shorten any long URL
Stores URL mappings in MongoDB
Redirects to original URL when short link is visited
Generates a QR code for each shortened URL
Clean frontend using HTML, CSS, and JavaScript
Tech Stack: Frontend: HTML, CSS, JavaScript
Backend: Node.js, Express.js
Database: MongoDB (with Mongoose)
QR Code Generator: qrcode npm package