An open API service indexing awesome lists of open source software.

https://github.com/mohammadnazm/link-shortener-website

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
https://github.com/mohammadnazm/link-shortener-website

frontend-development link-shortener reactjs

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)](https://github.com/mohammadnazm/link-shortener-website/assets/63538356/e5a4fd66-77b5-4c0a-85cd-20fa04927d30)

## 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](https://choosealicense.com/licenses/mit/).