- Notifications
You must be signed in to change notification settings - Fork0
URL Shortening project using TinyUrl API.
NotificationsYou must be signed in to change notification settings
PaulaTam/url_shortening
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The purpose of this project is to allow the user to shorten any valid URL. Currently utilizes TinyUrl API to allow users to shorten their long links with just a click!
- Shorten any valid URLs
- Copy a shorten link to clipboard using a button
- Retain a list of shortened links
- ... TBD ...
- HTML5
- CSS
- Javacript
- React.js
- Node.js
shrtcode APIUnfortunately, the shrtcode API is no longer accessible.- TinyUrl API
- 01/20/2024Found out that shrtcode API was no longer supported as the documentation is inaccessible.
- 01/21/2024Replaced shrtcode API with TinyUrl API.
@PaulaTam