Skip to content

A website displaying a list of six favourite movies

Notifications You must be signed in to change notification settings

omarelewa21/Movie_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie_website

This is a Movie_website project where you can make a list of your six favourite movies and display them on your local website.

Quickstart

In your command window type

$ git clone https://github.com/omarelewa21/Movie_website

You can either open the index.html to display the movie website or you can run the python code in movie_list.py file.

Generate you own website

You can generate you own list of movies by adjusting the movie_list.py file.

  • Open the movie_list.py file

  • Comment all the movie instances exist

  • Pick up six movies then write you six movie instances in the same format of the old movie instances

  • Don't forget to include all four main information:

    • movie's title
    • movie's storyline
    • movie's poster image url
    • movie's youtube url
  • Include all your six movies in an array and store in a variable movies

  • Type this line at the end fresh_tomatoes.open_movies_page(movies)

About

A website displaying a list of six favourite movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published