A simple Application for shortening the URL. Can be accessed here.
I have created this simple URL shortener without the use of any external or internal database using the jsonbin.io endpoint. This helps in storing the random hash which I create for any lengthy URL which you submit and map it to the respective URL.I have used bootstrap framework for providing a aesthetically pleasing yet simple interface. It is hosted directly from Github with the use of Netlify.
Its pretty straight forward to use. Copy and paste the lengthy URL in the input box provided. Pressing enter or the button will shorten the URL and copy it into the clipboard. Paste it anywhere you want.
The Source code can be found here.