A list of various movies and their descriptions. On mouse click, a modal of the movie's trailer opens. On mouse hover, displays the movie's description. On mouse click, opens a modal of the movie's trailer from youtube.
python v2. or higher installed on computer any web-browser
download/clone contents of the movie-project repository from github
Opening from html file
- Open the file fresh_tomatoes.html in your web-browser
Opening using terminal
- run using... python entertainment_center.py
Opening using IDLE
- Open the entertainment_center.py file in a new window
- Run module
html css javascript python
Eric Johnston(A Udacity student) and The Udacity Team