Been a little quiet here for a while.
A little offline. A little slower.
Took a break, went on a holiday, and let life happen beyond the screen.
Here are a few moments from the trip.
Back now. Time to build again. ✨
Added a Watchlist feature to my Movie App
Using @supabase , users can save and remove movies from their watchlist.
Fetching user-specific data by filtering records with user_id, while RLS policies ensure users can only access their own watchlist entries.
It's interesting, by using @supabase , I don't have to build an entire authentication system from scratch.
Currently, I'm working on authentication in my movie app using Supabase's signInWithPassword() and signOut() methods.
Today's progress:
Added authentication to my movie app using @supabase
- Email login/signup
- Google sign in
- Logout functionality
Seeing users actually able to create an account and log in makes the project feel way more real.
One step at a time.
#BuildInPublic#Supabase
Spent some time working on my movie app .
I'm using the TMDB API to fetch movie data and display it dynamically. Also made a few UI improvements to make the experience feel smoother.
A Movie Carousal...
Features i added -
-Hover popup cards like Netflix
-Hidden scrollbar + smooth scrolling
-Horizontal scroll with navigation buttons
Its take so time to sweat every detail of it.