issues
search
KishanJ22
/
link-shortener
https://link-shortener-one-puce.vercel.app
0
stars
0
forks
source link
Add functionality to the button
#2
Open
KishanJ22
opened
1 year ago
KishanJ22
commented
1 year ago
When the button is clicked, Javascript will be used to process the link
Bit.ly
API will be used to shorten the link
The shortened link will be outputted
KishanJ22
commented
1 year ago
Edit:
As I had difficulties with implementing the Bit.ly API, I decided to use the
shrtcode
API.
A modal will be added to display the links returned from the API request.