The initial start of a Movie Gallery that lists various movie titles and metadata on the screen. Using Vue.js, and no jQuery, create a working Movie Gallery as described on your assignment.
Make sure to track all your changes using good commit messages (http://chris.beams.io/posts/git-commit/).
For the project, you will be editing: /index.html /site.js /style.css
You will also be adding files (poster images) to: /img/
You will also be adding 3 additional movies to: /movies.json
There are example images in: /examples/
Leave the index.php file alone. It is used to make sure your Heroku server deploys correctly with PHP functionality and also automatically redirects visitors to index.html.