alvinzhengq / AP-CSA-T1

AP CSA Tri-1 Project Repository
1 stars 1 forks source link

Fetch latest movies based on user genre preference #36

Closed Akshay-Rohatgi closed 2 years ago

Akshay-Rohatgi commented 2 years ago

Completed in https://github.com/alvinzhengq/AP-CSA-T1/commit/ecaf474c2fc1365bd75f2c719ef904507a34882c

Akshay-Rohatgi commented 2 years ago

Fetching the latest movies based on user genre preference using https://www.themoviedb.org/?language=en-US

Movies are generated based on preferences that the user selects, then API is used to fetch new movies that are made up of those chosen categories.

Extra genre-selection page is no longer needed, will be removed in a later commit.

Akshay-Rohatgi commented 2 years ago

CSS formatting is needed for better user experience