CineScope is a web application that displays movies collection with their details and allows users to like or comment on a particular movie. Upon clicking the comment button, a pop-up is displayed that gives more information. The Project is achieved by consuming TV MAZE API for the actual movies and Involvement API for the interactions..
Create the main part of the homepage that keeps the layout from the wireframe:
When the page loads, the webapp retrieves data from the selected API and shows the list of items on screen with the basic data (e.g. title + image).
Prepare also "Comments" and "Reservations" buttons. They should be doing nothing - just being displayed.
This task does not include displaying the number of likes for each item.
This task does not include the counter of the items.