You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple URL shortener web app built with Python and Flask. Create short links with optional custom aliases, expiration dates, and TinyURL mirrors. Stores links locally in JSON, supports redirects and expiry handling, and can be deployed publicly (Render) or run locally for learning.