Skip to content

Giphy 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.

Notifications You must be signed in to change notification settings

freddyfavour/Giphy-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giphies Generator

Giphies Generator

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.

Table of Contents

Features

  • 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.

Getting Started

Prerequisites

  • A web browser

Installation

  1. Clone the repository:
    git clone https://github.com/freddyfavour/Giphy-generator.git
  2. Navigate to the project directory:
    cd Giphy-generator

Usage

  1. Open the index.html file in your web browser.

  2. 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';
  3. Replace the placeholder your_giphy_api_key with your actual Giphy API key in the config.js file.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or need to get in touch, feel free to Email Me.


Visit the live app here.

About

Giphy 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published