🎬 Filmoteka – Educational PHP Project
Description: This is a small learning project created to practice PHP OOP and MVC architecture. The goal was to build a simple movie library where users can browse films, and the admin can manage content — add, edit, or delete movies after logging in.
The project helped me understand how to structure backend logic, work with a database, and separate logic from presentation.
Main features:
-
MVC structure and PHP classes
-
MySQL database integration
-
User authentication (admin area)
-
CRUD functionality for movies
Tech stack: PHP 8, MySQL, HTML5, CSS3
Status: Educational project — completed, but open for future improvements.
Demo: [Link to demo site]
