This is the first project for Udacity Full Stack Web Developer nano degree.
You will write code to store a list of your favorite movies, including box art imagery and a movie trailer URL. You will then use your code to generate a static web page allowing visitors to browse their movies and watch the trailer.
- Python 2.7
- A web-browser
- media.py - a data structure (class) to store movie information
- entertainment_center.py - create instances
- fresh_tomatoes.py - a module created by Udacity, helps to visualize the website
- Download or clone the repository
- Open the terminal
- Change directory to the create_a_movie_website repository
- Run command
python entertainment_center.py
- Will open the movie website in your default browser, then enjoy it!