This project is a simple web application that allows users to generate random GIFs using the Giphy API. Users can either generate a random GIF or enter a tag in an input box to get a GIF related to the specified tag.
- Random GIF Generation: Click a button to generate a completely random GIF.
- Tag-based GIF Generation: Enter a tag in the input box to get a GIF related to that keyword.
- React , Axios, Giphy API
To use the Giphy API, you need an API key. Please refer to the .env.example
file for guidance on setting up your API key in a .env
file.
Follow these instructions to get the project running on your local machine:
- Clone the Repository:
git clone <repo-url>
- Install Dependencies: Run the following command to install all required dependencies:
npm install
- Running the Project: Once dependencies are installed, you can start the application using the following command:
npm run start
This project uses the Giphy API for fetching GIFs.All rights reserved. The use of the Giphy API is for demonstration purposes only, and the content is provided by Giphy.