A sleek, modern URL shortener application built using React, powered by Supabase for backend and database, with Recharts for visualizing usage stats, and UAParser.js to analyze device and browser data, and QR Code generator
- 🔗 Shorten long URLs with one click.
- 📊 Visual stats dashboard (visits, number of clicks, devices).
- 🧠 Device and browser detection using UAParser.js.
- 📅 Tracks date-wise visit statistics.
- 🔐 Auth-ready (via Supabase auth).
- 📥 QR Code generator & downloader.
- 📦 Fully responsive and minimalist UI.
| Frontend | Backend/Auth | Analytics | Other |
|---|---|---|---|
| React | Supabase | Recharts | UAParser.js |
| Tailwind CSS | Supabase Auth | react-qrcode-logo |
npm iVITE_SUPABASE_URL=your-supabase-url
VITE_SUPABASE_KEY=your-supabase-keynpm run dev
