Skip to content

hmlauth/giftastic-redone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GifTastic - Redone

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. Feeling Giphy?

To enjoy yourself, follow the below steps:

  1. Clone the repo

  2. Create a config.js file and add the following information:

var config = {
    API_KEY: '<your giphy api key>'
}
  1. Install animate.css via npm:
$ npm install animate.css --save
  1. Reference animate.css documentation should you desire to make changes!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published