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