Clone or download the GitHub repository https://github.com/denisprado/ud036_StarterCode and open the website navigating to
dist/my_movies.html
file in your browser.
This is a project exercise, but you can access and contribute to the code.
Clone the repository and install the npm used packages typing
npm install
in you command prompt. You can modify the code, type
npm run build
and open the my-movies.html file in dist folder.
If you want to change the Python code, open the entertainement_center.py file in IDLE (Python 2.7.5), modify and run.