Skip to content

A movie discovery app that will recommend random movies by genrees - use HTTP Requests and asynchronous JavaScript

Notifications You must be signed in to change notification settings

SimonaPiz/Film-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Film-Finder

A movie discovery app that will recommend random movies by genrees - use HTTP Requests and asynchronous JavaScript

Here is a working live demo https://simonapiz.github.io/Film-Finder/

preview random movie

Table of contents

About this project

In this project, I use my knowledge of HTTP requests and asynchronous JavaScript to create a movie discovery app that will recommend random movies by genre. You’ll be able to choose from several genres, and like or dislike a movie to get another suggestion.

Use this database for data The Movie Database

Objective

Main Tasks

  • Populate Drop-down Menu with Genres
  • Get a Random Movie
  • Get Movie Info
  • Display Movie

Extra challanges

  • Displaying different types of information like cast, or release date.
  • Create a way to store a user’s liked and disliked movies and display this list on the page.
  • randomize our results so that movies contains results from a random page instead of the first page.

Technologies

Acknowledgements

This project comes from the Codecademy's Front-End Engineer course.

About

A movie discovery app that will recommend random movies by genrees - use HTTP Requests and asynchronous JavaScript

Topics

Resources

Stars

Watchers

Forks