Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 802 Bytes

Movie History

You will be split up into teams of three, and your team will build a new application to keep track of movies that you have seen, and want to see, with your own ratings based on OMDb API.

Requirements

  1. Must have the ability to register a user in Firebase
  2. Must have the ability to log in
  3. You must use Firebase to store movies
  4. You must be able to add movies
  5. You must be able to remove movies
  6. Each movie must have the following properties
    1. Movie name
    2. Year released
    3. An array of major actors
    4. An integer rating of 1-5
    5. A boolean value that, if true, means that you have watched the movie
  7. You must be using an automation tool to lint your JavaScript
  8. You must be using an automation tool to automate SASS compilation