Skip to content

A simple Node.js application that allows users to generate short links, with the option to create custom short links (aliases).

Notifications You must be signed in to change notification settings

fatkhurrhn/short-link-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short Link Generator

A simple Node.js application that allows users to generate short links, with the option to create custom short links (aliases). This project uses Express.js as the server and stores the links temporarily in memory.

Features

  • Generate short links for any URL.
  • Option to create a custom alias (short link).
  • Redirect from short link to the original URL.
  • Responsive design for mobile and desktop devices.

Prerequisites

Make sure you have the following installed:

  • Node.js (LTS version recommended)
  • npm (Node package manager)

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/short-link-generator.git
    cd short-link-generator
  2. npm install

Running the Application

  1. cd short-link-generator
  2. node app.js
  3. http://localhost:3000

About

A simple Node.js application that allows users to generate short links, with the option to create custom short links (aliases).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published