gifExplorer is a web application that allows users to explore, search, and save their favorite GIFs. It uses the Giphy API to fetch trending and search results.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies by running the following command in your terminal:
npm installThe Giphy API key is required for the application to fetch GIFs.
- Get your API key from the Giphy Developers Portal.
- Copy the
.env.local.templatefile and rename it to.env.local. - Replace
KEY_HEREin the.env.localfile with your Giphy API key:
VITE_GIPHY_API_KEY=YOUR_API_KEY
To start the development server, run the following command in your terminal:
npm run devEnjoy exploring GIFs with gifExplorer!
Make sure to replace YOUR_API_KEY with the actual API key you obtained from the Giphy Developers Portal.