A webapp to shorten your long URLs.
View WebApp
·
Report Bug
·
Request Feature
Table of Contents
Demo Video:
I have used Flask to create a webapp which shortens URLs. I have used Bootstrap for the template of the website.
- Add a database to store the URLs and their shortened versions.
- Add a login system to keep track of the URLs shortened by a user.
- Add a feature to keep track of the number of times a shortened URL is clicked.
- Add a feature to allow users to edit the long URL of a shortened URL.
- Add a feature to allow users to delete a shortened URL.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Prayash Dash - @prayashdash_ - [email protected]
Project Link: https://github.com/prayashdash1729/URL-shortener-flask