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.
To get started, clone this repository to your local machine.
git clone https://github.com/wparks08/GifTastic
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.
Any basic web server will do. Just make sure index.html
is all that needs to be served to the client.
Have an idea? Feel free to let me know!
- Will Parks - Design and Development - wparks08
- Thanks to CSS-Tricks for the great article on custom scrollbars.