Displays GIFs from a few animated movies.
User can add additional topics.
Each movie/topic is controlled by its own button.
There is also a Favorites button to save your favorite GIFS.
Favorites is saved in localStorage to survive page refreshes.
The project is deployed here
The source code is here
- Fetch GIFs from Giphy API
- Buttons for each topic
- Display the GIFS neatly on page
- Display and save favorites
- JQuery AJAX call to fetch list of GIFS from Giphy
- JQuery to dymically add new buttons, their callbacks, etc.
- localStorage to save favorites
- Bootstrap to arrange page
- Bootstraps row/col to track and arrange the GIF display
- Object Prototype to track "GifTastic" images, buttons, etc
- Responsive with Bootstrap