A modern URL shortener built with React JS, Tailwind CSS, Supabase, and shadcn/ui. This application allows users to shorten long URLs, manage links, and track usage with a clean and responsive UI.
- 🔐 User authentication (Supabase Auth)
- ✂️ Shorten long URLs instantly
- 📊 Dashboard to manage shortened links
- 🧭 Redirect to original URLs
- ☁️ Backend powered by Supabase (Database + Auth)
- 🎨 Modern UI using Tailwind CSS & shadcn/ui
- 📱 Fully responsive design
- React JS
- Tailwind CSS
- shadcn/ui
- Vite
- Supabase
- Authentication
- PostgreSQL Database
- API
git clone https://github.com/ezramalik/trimrr.git
cd trimrrnpm installCreate a .env file in the root directory and add:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_keyYou can find these values in your Supabase Dashboard → Project Settings → API
npm run devApp will run on:
Built with ❤️ by Abdul using React.js, Tailwind.css, Vite, Shadcn/ui, Supabase, Recharts.