Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 265 Bytes

CHECKLIST.md

File metadata and controls

4 lines (4 loc) · 265 Bytes
  • The application uses Vue.js template syntax to display the movies.
  • The movies are rendered using a v-for loop.
  • The name, description, genres and image of each movie is displayed.
  • The rating of the movie is represented by stars, with a maximum of 5 stars.