Gif App is a simple app demonstrating the use of Giphy's API [www.giphy.com]. A visitor can search, or load defaulted words/phrases and load 12 gifs.
- HTML & CSS
- Vanilla JS
- Bootstrap
- Axios
- Giphy's API
- Either search for a specific term or load the defaulted search options.
- After buttons render click the button, you'd like to see gifs of.
- repeat as much as you'd like.
- Axios is a great tool, and slim compared to jQuery.
- How to dynamically create DOM elements with loops.
- How to add an
eventListener
to a dynamic element. - Improved confidence in arrow functions.
- Improved confidence with JSON and pulling data from JSON objects.
- Overall boost in confidence.
- How to chunk arrays.
- building confidence in nested loops.
clear gifs before new gifs are added.Completed!- Have gifs hit the page as static pictures and when clicked they animate.
improve the overall design.Completed! Can add some more fun to it.Make the app responsive.Completed!