#MovieShark is Live – A Laravel-Powered Movie Browser for Film Lovers

1 messages · Page 1 of 1 (latest)

distant pulsar
#

A while ago, I published a thread about MovieShark - a movie browser I built for personal use. It's a great example of how we can use our skills to solve even our personal needs. It includes the following features:

  • A beautifully paginated list of films
  • Advanced filtering options
  • Automatic application of preferred filters
  • Comprehensive movie details with trailers
  • A clean and intuitive dashboard
  • Bookmarking for your favorite titles

Technologies and tools

At first, I used it on a local server, but later decided to move it to a live server based on requests from my colleagues. Currently it is deployed on a free-hosting server vercel. I suppose there's no need to deploy it on a dedicated server since it was originally built for personal use.

I hope others can find it useful too—especially if you're a movie lover!

Site - https://movieshark.vercel.app

GitHub Repo - https://github.com/Lakshan-Madushanka/movieshark

Screenshots:

turbid sluice
#

Is it just a re-skined Laravel Jetstream

#

Account deletion is not working.. it is giving a 500 error

distant pulsar