Skip to content

React-based redirection app that allows users to enter a URL and be redirected after a short delay.

License

Notifications You must be signed in to change notification settings

st0rm1O1/JumpLink

Repository files navigation

JumpLink - Redirect App

JumpLink is a simple React-based redirection app that allows users to enter a URL and be redirected after a short delay. Built with Vite, React, and Tailwind CSS, this project demonstrates dynamic routing and smooth user navigation.

Features

  • Redirect users based on URL parameters (e.g., yourdomain.com/example.com → redirects to example.com).
  • 2-second delay before redirection.
  • User-friendly landing page with input field for custom redirections.
  • Fully responsive and styled using Tailwind CSS.

Tech Stack

  • React (Vite) – Fast and modern frontend framework.
  • React Router – Dynamic routing for redirection.
  • Tailwind CSS – Clean and flexible styling.

Getting Started

1. Clone the Repository

git clone https://github.com/st0rm1O1/JumpLink.git

2. Install Dependencies

npm install

3. Run the Development Server

npm run dev

The app will be available at http://localhost:5173/.

Usage

  1. Open the landing page.
  2. Enter a URL in the input field (e.g., example.com).
  3. Click the redirect button.
  4. After a 2-second delay, you'll be redirected to //example.com.

Deployment

To build the project for production:

npm run build

Attributions

License

This project is open-source under the GNU GENERAL PUBLIC LICENSE V3.

About

React-based redirection app that allows users to enter a URL and be redirected after a short delay.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published