In this video we will be create a Movies App Using HTML, CSS and Javascript. Fetch Api is used with Vanilla Javascript to create this movies app using html, css and javascript.
The movie’s data used in the project is fetched from themoviedb.org API.
You can Signup at themoviedb.org api and create an App their. Once the app is created, you will receive an API key which can be used in the project. Apart from that i have directly provided the API key which you can directly use in the project.
API LINKS:
const APIURL = "https://api.themoviedb.org/3/discover...";
const IMGPATH = "https://image.tmdb.org/t/p/w1280";
const SEARCHAPI =
"https://api.themoviedb.org/3/search/m...";
Do like share and subscribe for more such videos on Javascript :)
#MoviesAPI #FetchApiProject #moviesapp