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.
- Host: GitHub
- URL: https://github.com/shravzzv/random-gif-generator
- Owner: shravzzv
- Created: 2023-10-16T04:54:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T15:16:48.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T04:53:35.007Z (4 months ago)
- Topics: gif, gif-generator, giphy
- Language: CSS
- Homepage: https://shravzzv.github.io/Random-gif-generator/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.