Giter VIP home page Giter VIP logo

Part of the Udacity Front-End Web Development Nanodegree

Developed for project 1 of 6 as part of the Udacity Front-End Web Developer Nanodegree.

Fresh Tomato.es - v0.1

Welcome to Fresh Tomato.es! With this program you can easily generate a list of your favorite movie trailers, and add or edit your own. The code is meant to be easy to understand, and very customizeable.

Getting started

To view the full rendered layout, with our built in sample trailers, extract all the files to a folder on your computer. Once extracted, run 'entertainment_center.py' to execute the code. A web page will open in your default browser, and you'll see our default picks!

Customization

To customize your own list of trailers, the only file you need to edit is 'entertainment_center.py'.

You can add your movies inside 'entertainment_center.py' with the following format:

movie_title = media.Movie("Movie Title",
                        "Summary",
                        "Direct link to poster",
                        "Direct link to trailer")

After adding any new movies, the last step is to add the variable for each entry, in this case 'movie_title' to the 'movies' entry at the end of the file.

movies = [movie_title, movie_title]

You're all done! Save and run 'entertainment_center.py' to enjoy your new additions.

Credit

KayceP's Projects

class2 icon class2

Code for Udacity Intensive Class 2

coffeereno icon coffeereno

A dynamic Google Maps overlay, made for the Udacity FSWDN, with Javascript (KnockoutJS), HTML and CSS. Utilizes Google and Foursquare API's.

fullstack-nanodegree-index icon fullstack-nanodegree-index

These are all of the projects that I completed for my Udacity Fullstack Nanodegree Intensive program, in 2017. Have a look around!

linux-server-configuration icon linux-server-configuration

A set of Linux server configuration instructions, made for the Udacity FSWDN. These instructions secure and prepare a server to host a dynamic web application.

log-analysis icon log-analysis

A logs analysis script, made for the Udacity FSWDN, with Python. Designed to run on Linux with PostgreSQL.

movie-trailer-website icon movie-trailer-website

A movie trailer website, made for the Udacity FSWDN, with Python, HTML, and CSS. Web content is generated from a Python script.

omenu icon omenu

An editable restaurant menu web application, made for the Udacity FSWDN, with Python, HTML, CSS. Designed to run on Linux with PostgreSQL.

portfolio-v1.0 icon portfolio-v1.0

A personal portfolio, made for the Udacity FSWDN, with HTML and CSS. Utilizes a Flexbox based responsive design.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.