- 🔍 Search trending GIFs, stickers & text
- 💾 Save your favorites
- 📤 Share with friends
- 📥 Download GIFs
-
Fork the project repository:
- Go to the project repository on GitHub.
- Click on the "Fork" button in the top-right corner of the page.
- This will create a copy of the repository under your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/parasss19/GiphyApp.git
cd GiphyApp
- This command will create a local copy of the project on your machine.
- Install dependencies
npm install
- Set up environment variables
- Create a
.env
file in the root directory - Add your Giphy API key:
VITE_GIPHY_API_KEY=your_api_key_here
- Create a
- Running the Project :
npm run dev
6 Open the app
- Go to
http://localhost:5173
in your browser
This project is licensed under the MIT License.