Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 300 Bytes

URL-Shortner

#Initialise

  1. install node_modules using 'npm i'.
  2. start server with 'npm start'

#Run

  1. add the link you want to shorten in the text field
  2. press 'shrink' button
  3. 'full', 'short' and 'clicks' will be displayed in the table. Clicks is the number of times the link is clicked.