mostafa-saeed / ud036_StarterCode

Starter Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ud036_StarterCode

Source code for a Movie Trailer website. It uses The Movie Database API to load their top rated movies, then list them in a static HTML file.

Online demo here:

https://mostafa-saeed.github.io/ud036_StarterCode/

How to run it:

  • Clone the repo using git clone https://github.com/mostafa-saeed/ud036_StarterCode
  • Navigate to the repo using cd ud036_StarterCode
  • Run the application using python app.py
  • Now the application will connect to 'The Movie Databse' API and get the movies, And get each movie's data.
  • When it finises it generates 'index.html' files inside 'public' folder.

About

Starter Code


Languages

Language:HTML 70.4%Language:CSS 15.6%Language:Python 11.5%Language:JavaScript 2.4%