Skip to content

N4637/urlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlShortener

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published