/fsnd-p1-movie-trailer-website

Project 1 (Movie Trailer Website) for Udacity's Full Stack Web Developer Nanodegree

Primary LanguagePython

Movie Trailer Website

This project generates a page displaying a range of movies titles and posters, with playable video trailers when the user selects a movie.

How to Load the Website

  • Download or clone this repository.

  • To view the site, you can just open fresh_tomatoes.html in your browser.

  • To execute the code that generates the site and then open it, ensure you have Python installed and configured on your system.

  • Then, from a terminal in the folder containing this repository, run python entertainment_center.py (or the equivalent command if you have a non-standard installation).