Skip to content

Create shortener app with shrtco api, so we just need to fetch data from the api and add long url as e parameter and then we get the shortener url, so simple. we also try to implement copy to clipboard functionality with react-copy-to-clipboard package

Notifications You must be signed in to change notification settings

mohammadnazm/link-shortener-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Shortener Website

A link shortener website is a web-based tool designed to create shortened and more manageable URLs from long, complex ones. The primary purpose of a link shortener is to make sharing links easier, especially on platforms with character limitations like social media, messaging apps, and emails. Instead of sharing lengthy URLs, users can use the link shortener to generate compact and user-friendly links that redirect to the original, longer URL when clicked.

ezgif com-gif-maker (12)

Features

  1. URL Shortening: The core feature of the link shortener website is to take a long URL as input and generate a shortened version that preserves the original link's destination.

Installation

  1. git clone https://github.com/mohammadnazm/link-shortener-website.git

  2. cd /link-shortener-website

  3. npm install

  4. npm start

Contributions

Any feature requests and pull requests are welcome!

License

The project is under MIT license.

About

Create shortener app with shrtco api, so we just need to fetch data from the api and add long url as e parameter and then we get the shortener url, so simple. we also try to implement copy to clipboard functionality with react-copy-to-clipboard package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published