bishalde / Shrinkk

SHRINKK - Shrinkk is the World's Shortest Link Shortener service to track, brand, and share short URLs.
https://shrinkk.vercel.app
18 stars 19 forks source link

Resolved empty input bug #33

Closed TusharKumarChopra closed 4 months ago

TusharKumarChopra commented 4 months ago

I added client as well as server side validation so that when clicked on generate link without input in homepage it doesnt generate a link and it shows a status message as enter a link. image I changed view to include server side validation so that no one can use postman or other services to generate empty link. Also added "required" attribute in homepage.html input tag for client side validation.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shrinkk ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 11, 2024 6:52am
TusharKumarChopra commented 4 months ago

@bishalde is there any issue??