An open API service indexing awesome lists of open source software.

https://github.com/shravzzv/random-gif-generator

A simple web application that generates random GIFs using the Giphy API.
https://github.com/shravzzv/random-gif-generator

gif gif-generator giphy

Last synced: 3 months ago
JSON representation

A simple web application that generates random GIFs using the Giphy API.

Awesome Lists containing this project

README

          

# Random Gif Generator

This project is a simple web application that generates random GIFs using the Giphy API. It allows users to click a button and view a random GIF on their screen or search for a specific gif. The application is built with HTML, CSS, and JavaScript.

## How it Works

When the user clicks the "Randomize" button or enters an input into the search box, the application makes a request to the Giphy API to fetch a GIF. It then displays the GIF on the webpage. The loading animation is shown while the GIF is being fetched.

## Installation

No installation is required for this project. Simply open the index.html file in your web browser, or access the live demo [here](https://shravzzv.github.io/Random-gif-generator/).

## API Used

- [Giphy API](https://developers.giphy.com/docs/api#quick-start-guide)

## Contributing

Contributions are welcome! If you find any bugs or want to improve the functionality of this project, feel free to open an issue or create a pull request.