A sleek, minimalist frontend for the Tiny It API, built with React, Bun, and Vite. Designed for fast client-side routing and seamless URL shortening via a responsive and accessible interface.
- Bun – JavaScript runtime (v1.0+)
bun install
bun run devThe app will start on http://localhost:5173 by default.
🔧 Make sure your API is also running and CORS is correctly configured for development.
- 📩 Submit long URLs to be shortened
- 🔗 Copyable short links
- 📜 View recent URLs from browser cache
- 🌗 Responsive dark/light theme
- ✅ Clipboard and success feedback
- ⚡ Super-fast SPA via Vite
Create a .env file in the project root:
VITE_API_URL=http://localhost:3000/apiMIT © 2025 TinyIt Contributors