All Projects
URL Shortener
2020

URL Shortener

PythonDjangoWeb Development

About

This project is a Python Django web application that allows users to input long URLs and generate shorter, more manageable links. When a shortened URL is accessed, it seamlessly redirects the user to the original, longer URL.

A full build tutorial is available on YouTube, walking through the Django setup, URL routing, and redirect logic from scratch. An updated demo version is coming soon.