A simple and fun web application that generates random GIFs or GIFs based on a tag using the Giphy API. Built with Vite, React, and modern frontend practices.
- Generate random GIFs with a single click.
- Search for GIFs based on specific tags.
- Responsive design for seamless usage across devices.
- Clean and organized project structure.
- Frontend: React, Axios
- Build Tool: Vite
- Styling: CSS
Ensure you have the following installed:
- Node.js (>=16.x)
- npm or yarn
git clone https://github.com/HariPasapuleti/Gif-generater.git
cd Gif-generater
npm install
npm run dev
- Random GIFs: Calls the Giphy API's random endpoint to fetch a new GIF each time.
- Tag-Based GIFs: Fetches GIFs related to user-specified tags.
This project is deployed using Vercel:
- Live Demo: Click here
Hari Veera Venkat Pasapuleti