URL Shortener
technologies : React, Vite, Supabase
I built a URL shortener using React for the frontend, Vite for the
development environment, and Supabase as the backend. It lets users shorten long URLs,
which are then stored and managed by Supabase. I used Vite to keep the development
process fast and lightweight, while Supabase handles all the database operations. The
result is a fully functional URL shortener that’s quick and easy to use, with smooth
redirection and storage features.