A simple URL shortener using Next.js, Tailwind CSS, and Redis.
- 🔗 Input a URL and get a shortened URL
- 🙋♀️ Use a "human-readable" slug for the shortened URL
- 🔁 Redirect to the original URL using the shortened URL
- 📱 Generate a QR code for the URL
You can try it online at https://short-ener.vercel.app
- Clone the repository
- Install dependencies (
npm installoryarn installorpnpm install) - Setup a Vercel KV storage and download the
.envfile - Set the
VERCEL_URLand KV_NAMESPACE_ID in the.envfile (https://localhost:3000for local development) - Start the development server (
npm run devoryarn devorpnpm dev)
