Skip to content

Feat: Add URL shortener redirect component and routing (#139) - #85

Open
Master-Bruce-Wayne wants to merge 1 commit into
RECursion-NITD:mainfrom
Master-Bruce-Wayne:feat/shorten-urls
Open

Feat: Add URL shortener redirect component and routing (#139)#85
Master-Bruce-Wayne wants to merge 1 commit into
RECursion-NITD:mainfrom
Master-Bruce-Wayne:feat/shorten-urls

Conversation

@Master-Bruce-Wayne

Copy link
Copy Markdown

Description

This PR implements the frontend client-side redirection for the URL Shortener feature.

Changes Made

  • Added a new UrlRedirect component using Chakra UI.
  • Configured client-side routing in App.js to catch /url/:shortCode endpoints.
  • Integrated with the backend API to fetch original URLs and redirect users via window.location.replace.
  • Handled loading spinners and error screens for missing or expired short URLs.

Closes #139

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

@Master-Bruce-Wayne is attempting to deploy a commit to the RECursion's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant