A responsive web app based on PHP sessions that allows users to browse an online archive of famous films and submit reviews and ratings for each title. The interface focuses on exploring the film catalog and collecting user opinions to compare per…
A responsive web app based on PHP sessions that allows users to browse an online archive of famous films and submit reviews and ratings for each title. The interface focuses on exploring the film catalog and collecting user opinions to compare perspectives and highlight critical insights.
PS> The login is meant to be without password and just with mail and nickname. It is for functional purposes (my professor asked me to do like this last week). Moreover, the reviews can be seen even if your’re logged out. If you’re User1 you can also see the reviews from the previous login clicking on the specific link. The SignUp, SignIn logic is meant to be mirrored, each button leads to the other and viceversa.
I used ChatGPT first, and then Gemini Gems to convert the code texts from italian to english fastly. I also used them to search functional Tailwind CSS assets to optimize the DOM.