abhijeetnishal / URLShortener

URL Shortener Deployed Link 👇🏻
https://urlsrtner.vercel.app
MIT License
37 stars 59 forks source link

feature: history of the recently shortend urls #34

Closed Sahilll15 closed 3 months ago

Sahilll15 commented 3 months ago

Currently, our URL shortening service provides a convenient way to shorten lengthy URLs. However, users have expressed interest in having access to a history of their recently shortened URLs for reference and convenience.

solution: If you intent to add the authentication of users we can store the history in db or else we can store it in local storage for the current session

Sahilll15 commented 3 months ago

assign this to me