GithubHelp home page GithubHelp logo

rmglennon / fun-with-gifs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.46 MB

Display a set of GIFs using the GIPHY API and JS, jQuery, Bootstrap, HTML, CSS

Home Page: https://rmglennon.github.io/fun-with-gifs/

License: MIT License

CSS 12.77% JavaScript 59.59% HTML 27.64%

fun-with-gifs's Introduction

Yummy GIFs from the GIPHY API

With Yummy GIFs, you can see fun images about food from GIPHY. Click a button to see GIFs about that kind of food.

When the images display, click an image animate it and click again to pause. The content ratings are displayed with each image.

https://rmglennon.github.io/fun-with-gifs/

To see more GIFs of other kinds of food, type a search term to add a new button to the list.

Screenshot of GIPHY app

Technology

This project was built with JavaScript, jQuery, Bootstrap, HTML, and CSS. The images displayed are retrieved from the GIPHY API.

Note: This was created for UC Berkeley Extension coding bootcamp as GifTastic in week four.

Data attribution: Powered By GIPHY.

fun-with-gifs's People

Contributors

rmglennon avatar

Watchers

James Cloos avatar

fun-with-gifs's Issues

Feedback from review

  • for fun look into ternary operator for conditionals that are either true or false : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator

  • you can append multiple items to the an other element at once, just separate the values by a comma

    foodDiv.append(ratingText);
    foodDiv.append(foodImage);

    foodDiv.append(ratingText, foodImage);

  • very nice work!

  • make sure that users can not submit the same value more than once. when a food is added lowercase it and check if its already in the array if it is display a message to your user to add something else and remove the message when they click into the input again.

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.