Skip to content

briwyatt/group-project-movie-history-teamdammitdean

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 automate JavaScript linting
  8. You must be using an automation tool to automate SASS compilation
  9. For the layout, we suggest Bootstrap, but if you want to stretch your legs, you can try Materialize.

Mockup

Review the basic design and ask questions to your product owner for clarification, or ideas on features.

About

group-project-movie-history-teamdammitdean created by GitHub Classroom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • HTML 10.3%
  • CSS 4.3%