Skip to content

Art0citus/URL-Shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener 🔗

A simple URL Shortener application built using JavaScript.
This project is created as a learning exercise to understand backend concepts like request handling, routing, and basic data storage.

🚀 Features

  • Convert long URLs into short links
  • Redirect short URLs to original URLs
  • Simple and minimal implementation
  • Fast and lightweight

🛠️ Tech Stack

  • JavaScript
  • Node.js
  • Express.js
  • In-memory storage (for learning purpose)

▶️ How to Run

Make sure Node.js is installed.

npm install
node index.js

About

Url Shortner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors