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
- Host: GitHub
- URL: https://github.com/mohammadnazm/link-shortener-website
- Owner: mohammadnazm
- Created: 2023-08-02T14:17:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:56:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T02:09:39.004Z (4 months ago)
- Topics: frontend-development, link-shortener, reactjs
- Language: CSS
- Homepage: https://link-shortener-website-jet.vercel.app
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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/).