Skip to content

This app shows the data of movies using axios (a promise-based HTTP client) with the api "the movie database"

License

Notifications You must be signed in to change notification settings

angelRicardoSZ/APP-MOVIES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APP-MOVIES

This app shows the data of movies from the api the movie database using axios (a promise-based HTTP client)

See the demo: https://angelricardosz.github.io/APP-MOVIES/

In this first version, the app is made for mobile devices

Descrption of APP-MOVIES

  • BaseURL: https://api.themoviedb.org/3/

  • Trend movies: movies that are in trends

    • BaseURL + 'trending/movie/day'
  • Category: list of all available categories.

    • BaseURL + 'genre/movie/list'
  • Search-bar: when writing a title, a view is returned with the most similar movies.

    • BaseURL + 'search/movie'
  • Detail view: summary of the movie, score and genres to which the film belongs.

    • BaseURL + 'movie/' + id
  • Similar movies: Movies related to some movie.

    • `movie/${id}/similar`

The html and css was taken from course: Curso Práctico de Consumo de API REST con JavaScript of Platzi, I focus on Js code and manipulation of the DOM

The repository where I develop this app is located at: Javascript-Pz/Practice-APIREST at main · angelRicardoSZ/Javascript-Pz (github.com)

Professional API REST

This branch add new features from the professional API-REST course

About

This app shows the data of movies using axios (a promise-based HTTP client) with the api "the movie database"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published