GithubHelp home page GithubHelp logo

jacquelynfambrough / angular_movie_project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sf-wdi-27-28/angular_movie_project

0.0 1.0 0.0 4 KB

Build a movies app using OMDB API!

HTML 53.30% JavaScript 46.70%

angular_movie_project's Introduction

GA Logo

Angular Movie API Integration

Objectives
Create a single page Angular app from scratch.
Make requests to an external API and display the results in a presentable format.
Separate appropriate functionality into services and directives.

Specs

  • The page should have a form that uses the OMDB api to search for matching movies and then display the results.

  • Example: If a user searches for Star Wars, a card for each Star Wars movie result will be displayed.

  • The card display of each movie should include a poster image, the movie title, and the year of release. The display of cards should be responsive and use Bootstrap.

  • When the user clicks on a search result, go to a show page for that movie.

    • Example: If a user is viewing a list of every Star Wars movie and clicks on Star Wars: A New Hope, you will navigate to a show view with a single movie card.
  • Once you have basic API functionality, you should abstract all of the access to the OMDB api into a custom service called MovieService. You should be able to ask the MovieService to get search results and to get one single movie.

  • Once you have basic display working, you should abstract the card away into a directive called wdiMovieCard that takes in a movie object to display.

angular_movie_project's People

Contributors

cofauver avatar tgaff avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.