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/2024 Found out that shrtcode API was no longer supported as the documentation is inaccessible.
- 01/21/2024 Replaced shrtcode API with TinyUrl API.
@PaulaTam