🎥
Movie Trailer Website Server-side code written in Python to store a list of my favorite movies, including box art imagery and a movie trailer URL. This data is then served to a web page using HTML and CSS allowing visitors to review these movies and watch the trailers.
MTWP is a movie catalog website. Here you will find all the latest and famous movie of all time with there official poster, trailer, storyline, starcast, rating.
As i was learning Python at Udacity so ofcourse this project is made with Python. But there are some other languages also that i have used : HTML5, CSS3, JavaScript, JQuery, Python.
If you find this movie trailer website a little ugly, then that is because of slow internet connection. The other reason would be because i concentrated more on responsiveness then on design
#Instructions
If You want to run this project, Follow these steps :
1.) Clone the repository by using this link :
https://github.com/amarlearning/MovieCatalog.git
2.) Go to your Git
directory, open terminal window there and the type these comands :
cd MovieCatalog
python index.py
Note : There are three Python files present in this project, but you only have to run the index.py
file.
#Screenshots