Giphies Generator is a web application that allows users to search for and display GIFs using the Giphy API. The app is hosted on Vercel and built to provide a fun and interactive experience for finding and sharing GIFs.
- Search for GIFs using keywords.
- Display a list of GIFs based on the search query.
- View individual GIFs in full size.
- Responsive design for mobile and desktop use.
- A web browser
- Clone the repository:
git clone https://github.com/freddyfavour/Giphy-generator.git
- Navigate to the project directory:
cd Giphy-generator
-
Open the
index.html
file in your web browser. -
To use the Giphy API, you will need an API key. Create a
config.js
file in the project directory and add your Giphy API key:// config.js const GIPHY_API_KEY = 'your_giphy_api_key';
-
Replace the placeholder
your_giphy_api_key
with your actual Giphy API key in theconfig.js
file.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or need to get in touch, feel free to Email Me.
Visit the live app here.