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.
- Redirect users based on URL parameters (e.g.,
yourdomain.com/example.com
→ redirects toexample.com
). - 2-second delay before redirection.
- User-friendly landing page with input field for custom redirections.
- Fully responsive and styled using Tailwind CSS.
- React (Vite) – Fast and modern frontend framework.
- React Router – Dynamic routing for redirection.
- Tailwind CSS – Clean and flexible styling.
git clone https://github.com/st0rm1O1/JumpLink.git
npm install
npm run dev
The app will be available at http://localhost:5173/
.
- Open the landing page.
- Enter a URL in the input field (e.g.,
example.com
). - Click the redirect button.
- After a 2-second delay, you'll be redirected to
//example.com
.
To build the project for production:
npm run build
- Jump Icon by yourtempo (MIT License)
This project is open-source under the GNU GENERAL PUBLIC LICENSE V3.