I am gonna showing to you how to code a Movie App using JavaScript. in this video i'm using TheMovieDB api to get movies info. Also this code is fully responsive and when you scroll it will load more results❗️
You need to get your own api key (in video we showed how!) and replace it in index.js file on line 1 :
const apiKey = "YOUR_API_KEY";Here we have project screenshot :
