Skip to content

A group project utilizing the OMDb API to retrieve movies, add them to a list, provide ratings & watched status.

Notifications You must be signed in to change notification settings

NewEvolution/movie-history

Repository files navigation

#Movie History

A group project utilizing the OMDb API (http://www.omdbapi.com/) to retrieve movies, add them to a list, provide ratings & a status of watched or unwatched.

Makes use of Firebase https://www.firebase.com/ for data storage.

###Requirements:

###Post-clone Installation:

  • inside the main repo directory:
  • run bower install
  • run npm install
  • run http-server
  • make note of the port number returned after running http-server
  • navigate to http://localhost:[your-port-number]

###Usage:

Search filters the list of movies, add adds the movie with the provided title to the database.

Watched/Unwatched button toggles between the two states.

Slider provides a rating for the movie.

Delete removes the movie from the database.

About

A group project utilizing the OMDb API to retrieve movies, add them to a list, provide ratings & watched status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published