StreamFlix
A Netflix-style movie streaming platform. Browse movies, create an account, and watch your favorite films. Built with modern web technologies with a sleek dark theme UI.
StreamFlix
A Netflix-style movie streaming platform. Browse movies, create an account, and watch your favorite films. Built with modern web technologies with a sleek dark theme UI.
After my last update (when I moved the pages from HTML to PHP), I cleaned up the project a lot.
I fixed the UI so dropdowns, checkboxes, and small buttons don’t look like random default HTML controls anymore.
I also fixed the More menu bug — now it only opens when hovered/focused, not by default.
I added Profile, Feedback, and FAQs pages, improved login with CSRF + remember username + show password, and upgraded Movies with search/filter/sort.
I also added monthly/yearly toggle on Plans and improved DB setup with extra tables for feedback/plan data.
Overall, the project now looks cleaner, feels smoother, and looks way more like a real app than before.
Log in to leave a comment
I managed to improve my older HTML and CSS project by turning it into a more complete web application. I changed the pages to PHP, which made the project easier to manage and allowed me to add backend features.
I also added a login and logout system, connected the project to a MySQL database, and used sessions to manage user access. On top of that, I added reusable files for common parts like the navigation bar and page head.
I also used JavaScript to add simple interactive features like search, movie filtering, and plan selection. Overall, I managed to make the project more organized, functional, and realistic than the previous static version.
Log in to leave a comment
Hey! Started building StreamFlix, a Netflix-style streaming platform.
What I’ve done:
Built the website with 4 pages: Home, Login, Movies, and Plans
Added a nice dark theme UI (looks like Netflix)
Created a working navigation menu with dropdowns
Set up the movies page with movie cards
Made a login form
Everything is styled and looks clean
Right now:
Just HTML and CSS. The site looks good but nothing really works yet—it’s all static pages.
Log in to leave a comment