Skip to content

It is a web application built with Node.js and Express.js, allowing users to shorten long URLs into manageable links. Users can sign up, log in, and generate custom short URLs.

Notifications You must be signed in to change notification settings

shailifadadu/LinkShrink

Repository files navigation

LinkShrink🔗

This is a simple URL shortener project built with NodeJS and ExpressJS... It aims to provide a service for shortening long URLs into more manageable and shareable links. It allows users to generate short URLs for long links, making it easier to share them.

High Voltage Features

  • Shorten long URLs into easy-to-share links.🚀

  • Redirect visitors from short URLs to their corresponding long links.🔄

  • Simple and intuitive user interface.💻

High Voltage Technologies Used

High Voltage Installation

  1. Clone the repository:

    git clone https://github.com/shailifadadu/LinkShrink.git
  2. Navigate to the project directory:

    cd <directory-name>
  3. Install dependencies:

    npm install
  4. Start the server:

    npm start
  5. Access the application:

    Open your web browser and visit http://localhost:8001 to access the URL shortener application.

Rocket How to Use ?

📝 Before accessing the website, users need to sign up for an account by navigating to http://localhost:8001/signup

🔑 After signing up, users need to login to access the website http://localhost:8001/login

✂️ To shorten a URL, enter a long URL in the input and click the "Generate" button. The application will generate a short URL for you.

📋 You can then copy the generated short URL and share it with others.

🌐 Visitors who access the short URL will be redirected to the original long URL.

Contributing

Contributions are always welcome! If you find any bugs or have suggestions for improvements, please open an issue or create a pull request.

About

It is a web application built with Node.js and Express.js, allowing users to shorten long URLs into manageable links. Users can sign up, log in, and generate custom short URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published