mattbruton / Moviething

movie-history-group-project-team-pup-n-suds created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moviething

Primary function of this project is allowing a user to search for titles using the OMDb database, store the titles in a "watch list", and rate the movies after viewing.

==============================

  • Viewing/Downloading Project
  • Specifications and Project Information
    • [Languages] (#languages)
    • [Tools] (#tools)
    • [Specifications] (#specifications)
    • [Contributors] (#contributors)

==============================

Viewing/Downloading Project

To View Hosted Project

Moviething

Installation

Clone the repository from GitHub:

git clone https://github.com/mattbruton/Moviething.git

Navigate to the project from the directory it was cloned into:

cd Moviething/

To Run

If you need a command line http server, to install http-server globally:

npm install http-server -g

Install project dependencies: npm install then: bower install

Then:

http-server or http-server -p XXXX (the X's represent the port of your choice)

You should now be able to open your browser and type localhost:8080 to view the project.

Specs and Project Information

Languages

  1. JavaScript
  2. HTML
  3. CSS

Tools / Frameworks

  1. AngularJS
  2. Sass
  3. gulp
  4. Git
  5. Atom
  6. NPM http-server

==============================

Specifications

==============================

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 integer rating of 1-5
    4. A boolean value that, if true, means that you have watched the movie
  7. You must be using an automation tool to automate JavaScript testing
  8. You must be using an automation tool to automate SASS compilation
  9. It must be written with Angular

Contributors

  1. [Zach Parris] (https://github.com/ZachParris)
  2. [Ben Copeland] (https://github.com/BenCopeland)

About

movie-history-group-project-team-pup-n-suds created by GitHub Classroom


Languages

Language:JavaScript 60.0%Language:HTML 34.5%Language:CSS 5.6%