For practice, I built this application out from scratch and included localStorage. This app queries the Giphy api and then dynamically updates the DOM using jQuery. Local storage is used to save your favorites gifs!
Link to demo.

To enjoy yourself, follow the below steps:
-
Clone the repo
-
Create a
config.jsfile and add the following information:
var config = {
API_KEY: '<your giphy api key>'
}
- Install
animate.cssvia npm:
$ npm install animate.css --save
- Reference animate.css documentation should you desire to make changes!