Built a movie web app using HTML, CSS, and JavaScript. Integrated TMDB API
to display a list of movies with infinite scroll. Added a details page that shows
movie info like title, poster, description, release date, and rating. Used Axios
for API calls and handled data dynamically based on URL parameters.
Tools Used: JavaScript (ES6), HTML5, CSS3, Axios, TMDB API