Giter VIP home page Giter VIP logo

giphy-api's Introduction

Giphy-API

Overview

In this assignment, you'll use the GIPHY API to make a dynamic web page that populates with gifs of your choice. To finish this task, you must call the GIPHY API and use JavaScript and jQuery to change the HTML of your site.

GIPHY

Before You Begin

  1. Hit the GIPHY API.

    • Fool around with the GIPHY API. Giphy API.
    • Be sure to read about these GIPHY parameters (hint, hint):
      • q
      • limit
      • rating
    • Like many APIs, GIPHY requires developers to use a key to access their API data. For now, you can use their public API key.
    • Make sure you switch the protocol in the query URL from http to https, or the app may not work properly when deployed to Github Pages.
  2. Watch the demo video

    • You should have a high-level understanding of how this assignment works before attempting to code it.

Instructions

  1. Before you can make any part of our site work, you need to create an array of strings, each one related to a topic that interests you. Save it to a variable called topics.

    • We chose animals for our theme, but you can make a list to your own liking.
  2. Your app should take the topics in this array and create buttons in your HTML.

    • Try using a loop that appends a button for each string in the array.
  3. When the user clicks on a button, the page should grab 10 static, non-animated gif images from the GIPHY API and place them on the page.

  4. When the user clicks one of the still GIPHY images, the gif should animate. If the user clicks the gif again, it should stop playing.

  5. Under every gif, display its rating (PG, G, so on).

    • This data is provided by the GIPHY API.
    • Only once you get images displaying with button presses should you move on to the next step.
  6. Add a form to your page takes the value from a user input box and adds it into your topics array. Then make a function call that takes each topic in the array remakes the buttons on the page.

  7. Deploy your assignment to Github Pages.

Minimum Requirements

Attempt to complete homework assignment as described in instructions. If unable to complete certain portions, please pseudocode these portions to describe what remains to be completed.


Copyright

Coding Boot Camp (C) 2016. All Rights Reserved.

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.