Web application of consumption of an API with JS, searchMovie is a movie search engine based on the information of The MovieDB, the project was born as a practice, but became a project with ideas of being able to scale it to more and more functionalities.
With the API we can obtain:
- Movie Details
- Movie Poster
- Name of a movie
- Revealing facts about the movie
- Using LocalStorage to save the movies that the user has already seen
- Using Web Components to create the interface
- Of course series data
❤️❤️❤️❤️
In this case so far we paint with the API:
- Poster and name of the movie
- Number of views of the movie
- Dates of the premiere
- Related searches
🌐
Of course the application is uploaded on a server. Here