Skip to content

dnsomoano/lets-go-to-the-vue-vies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using a the movie APIs, you will be creating a sample project to continue working with Vue.js

Objectives

  • Practice working with an API
  • Practice working with data that was structure by a third party

Requirements

Explorer Mode

  • Create a page that has a textbox that allows the user to type in a search term.
  • Using the endpoint above, pass the endpoint what the user typed in and display the results,
  • Style your page to make your website look like a modern site.
  • Add a Section to your page that shows the user the trending movies. Use this endpoint: https://developers.themoviedb.org/3/trending/get-trending

Adventure Mode

  • Allow the user to save movies to local storage to look at later
  • Allow the user to search both TV shows and Movies
  • Using Vue-Router, set up the site to handle so a use can see more data about a movie or tv show
  • Explore the API and use any endpoints you find interesting

About

Searchable movie and television show database using TheMovieDB Api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published