Skip to content

wilterson/vuejs_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

vuejs-challenge

Coding challenge for evaluating VueJS candidates at Hypery

Description

You should develop a simple project using VueJS to read an external API and render the movies that are trending on the day or week, you should have the option to select daily or weekly.

Tasks

  • Fork this repository;
  • Config a single route in your app, like /trending;
  • You must show the movie's image, title, release date and average vote;
  • Feel free to choose from grid, list or carousel to display the movies;
  • Open a PR and submit your code for review;

Requirements

  • Vue 3

Tips

  • Use The Movie DB API v3
  • To get a valid token go to your panel Settings -> API -> API Key (v3 Auth)
  • You'll use the request below to get the trending movies:
 GET https://api.themoviedb.org/3/trending/movie/{week/day}?api_key={YOUR_API_KEY}
  • To be able to display the movie poster, you'll need to use the image URL in the following format:
https://image.tmdb.org/t/p/w200/{POSTER_PATH}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published