Giter Site home page Giter Site logo

prime_peer_jq_03's Introduction

Peer Challenge - jQuery - 3

Challenge points:

  • Front End Styling
  • Bootstrap Grid System
  • Working with data using a third party API
  • Population of Content through jQuery
  • Assigning .on('click', function) using jQuery
  • jQuery functions

Welcome back!

You and your peer will be tackling a bit of jQuery and Front End using Bootstrap.

You are going to create an application that allows users to search for video games, and display the result's image and title inside of a div (one div per result). The display of results using Bootstrap allows you to create a grid system quickly.

In addition to this functionality, clicking a result's div should expand the div it is inside of to show all useful information (at minimum include the description, release date & platform), using jQuery's on function.

Rather than manually creating a database with video game data, this project uses Giantbomb's API. Since you're unfamiliar with the API and Ajax in general, we have already created the JavaScript functions for searching and you just have to create the front-end and manipulate the data. To use the functions you have to sign up at Giantbomb, then under "Grab an API key" click "Get one!" Take that API key and paste it into your JavaScript file so that var apikey = 'YOUR-API-KEY'.

##HARD MODE

In addition to the ability to search, the user should be able to sort and/or filter results based on platform, release date and name.

prime_peer_jq_03's People

Contributors

mliq avatar josephscript avatar

Watchers

James Cloos avatar  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.