Skip to content

abhi7585/Url-Shortner-Django

Repository files navigation

Url Shortner

Project URL: https://urlshortner-django.herokuapp.com/

URL shortening is a technique on the World Wide Web that enables the Uniform Resource Locator to be made considerably shorter and still direct to the desired page. This is done by using a redirect path to a web page that has a long URL.

The project is developed using Django for backend and HTML and CSS for frontend.

Usage

When the user enters the link, a short link will appear. Use clipboard emote to copy the link. The link will redirect you to the original link.

It has been deployed on Heroku. If you want then you can buy a domain and connect it with the Heroku as well. This will shortner the link even more.

Screenshots

  1. Home Page Screenshot (16)

  2. Entered the link in the text field and clicked submit Screenshot (17)

  3. A short link is given in a read-only field. Copied the link using the clipboard. Screenshot (18)

  4. Opened a new tab and pasted the link and pressed enter Screenshot (19)

  5. It redirected to the original link Screenshot (20)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Show some  ❤️  by starring this repo!