/GifTastic

Search Giphy's API for .gifs, and save your favorites for later

Primary LanguageJavaScript

GifTastic

A .gif search app plugged into the Giphy API. Create and save search terms, use them to search for .gifs, and save your favorites for later.

Getting Started

To get started, clone this repository to your local machine.

git clone https://github.com/wparks08/GifTastic

Prerequisites

All you need is a browser! Since this is a pure front-end application, you don't need any tools, frameworks, or package managers. Once the project is on your machine, simply open index.html in the project root.

Deployment

Any basic web server will do. Just make sure index.html is all that needs to be served to the client.

Built With

  • jQuery - Used for DOM manipulation
  • Bootstrap - Responsive front-end component library

Contributing

Have an idea? Feel free to let me know!

Authors

  • Will Parks - Design and Development - wparks08

Acknowledgments

  • Thanks to CSS-Tricks for the great article on custom scrollbars.