Skip to content

cartxu/moviesland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50’s Web Programming with Python and JavaScript

FINAL PROJECT: PELICULISTAS

Welcome to my final project for Harvard's CS50 Web! Peliculistas is an app made with love by me and some help from Python, Django and Javascript :)

Watch video: https://www.youtube.com/watch?v=Cq3plmYexgM&t=1s

Visit online (updated version): http://peliculistas.herokuapp.com/

Technologies:

  1. Python/Django
  2. Javascript
  3. HTML
  4. CSS

Specification:

  • Peliculistas is a web app where visitors and users will be able to check and look for movie info (provided by the moviedb API) and registered users will have the priviledge of saving movies on their personal movie board, create personalized watchlists, post reviews or rate movies.
  • To bring the data from moviedb.org I use Javascript so the app prints all the information on the index page or can be displayed by a 'query' by the user aswell.
  • Once we have that data, users take action by 'saving' films, so they are copying all that information to our own database and now is available for users to take more interesting and complex actions like: post reviews, rate movies or create personalized watchlists with movies.
  • To accomplish this I created 5 Django models: user, comments, rating, watchlist and movie.

Project description

  1. Index:
    • Users will see three different movie rankings:
      1. Now Playing: it shows 20 first results but users can load more when they reach the bottom of the page.
      2. Trending Movies: ranking of 20 first trending movies.
      3. Top Rated Movies: ranking of 20 top rated movies.

Captura-de-pantalla-2021-03-29-a-las-13-05-28

  1. Search: from navbar users will be able to type any movie and get the related results:

Captura-de-pantalla-2021-03-29-a-las-13-23-11

  1. Movie Info: When the user clicks on any movie card is taken to a new page where he can see all the extended information about that movie:

Captura-de-pantalla-2021-03-29-a-las-16-27-10 On this page, members will be able to take special actions like: - Save Movie: When members click on 'Save', the movie is automatically saved on the app database and the user's movie board and then, he will be able to add the movie to their personalized watchlists aswell. Captura-de-pantalla-2021-03-29-a-las-16-43-16 Captura-de-pantalla-2021-03-29-a-las-16-58-45 - Rate Movie: Members can rate movies so they will be able to see the global rate (brought by the API) and the internal rate, calculated by the members ratings. Users can vote only one time per movie, otherwise they will see a message like this: Captura-de-pantalla-2021-03-29-a-las-16-46-56 - Post a review: members can add reviews, and also edit them or delete them.
Captura-de-pantalla-2021-03-29-a-las-16-52-59 Captura-de-pantalla-2021-03-29-a-las-16-53-20 - Similar Movies: clicking on the button 'similar movies' user will see a selection of similar movies on the same page, requested by an API call with Javascript. They can close this view by clicking on the 'X' on the right. Captura-de-pantalla-2021-03-29-a-las-16-55-16

  1. Personal movie board: When members click on their name (link situated on the navbar) they are taken to their personal movie board. Here the user will see all movies he saved.

Captura-de-pantalla-2021-03-29-a-las-16-19-16

  1. Watchlists: From this section, users can create new lists to organize their movies, access their lists or delete them.

Captura-de-pantalla-2021-03-29-a-las-17-00-17

  1. Whatchlist: by clicking on each list's title user will see all movies inside that particular list and he will be able to delete movies from it by clicking on the 'x'.

Captura-de-pantalla-2021-03-29-a-las-17-02-24

Responsive Design:

Captura-de-pantalla-2021-03-29-a-las-17-10-39

Captura-de-pantalla-2021-03-29-a-las-17-10-55

Captura-de-pantalla-2021-03-29-a-las-17-11-03

Captura-de-pantalla-2021-03-29-a-las-17-11-14

screencapture-127-0-0-1-8000-movie-544401-2021-03-29-17-13-31

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published