ivinayakg / shorte.live

Open-Source URL Shortner
https://shorte.live
MIT License
26 stars 6 forks source link

URL Validation on Frontend Client #47

Open theakhandpatel opened 3 months ago

theakhandpatel commented 3 months ago

There is no validation on long URL on the client side. It will help halt unnecessary calls to the backend. Seems a good first issue.

Reproduce

Enter "this is again" as a long URL. Request is sent to backend.

ivinayakg commented 3 months ago

Awesome, would you like to take this up?