/best-movies-list

part of the udacity nanodegree

Primary LanguagePython

MovieList

This website lists the best movies of 2017, elected by the author. Movie objects are instantiated through class Movie, and take as arguments their title, brief storyline, poster image link and youtube official trailer link. A list is created with all movie objects and then passed through a function that renders the html + css + JS of the website.

Prerequisites:

python 2.7

Installation of prerequisites:

**On Windows**, go to https://www.python.org/downloads/windows/
**On Linux**, on the terminal run command sudo apt install python2.7 python-pip
**On MacOS**, go to https://www.python.org/downloads/mac-osx/

To run this project:

Clone this repository<br/>
Navigate to the directory cd repository_name<br/>
Run python entertainment_center.py<br/>
------------------------------------------------------------------------
On IDLE:  
Open IDLE  
Open file entertainment_center.py  
In the menu bar click on Run -> Run Module or press F5 on your keyboard  

Built With

Python, IDLE CSS, Bootstrap JavaScript, JQuery

Authors Vicente D. P. Santos + Udacity