A simple frontend web application that fetches and displays GIFs using the Giphy API.
Users can search for GIFs by keyword and load new results using a button or the Enter key.
- Search GIFs by keyword
- Load GIF on button click or Enter key
- Loading and error states
- Clean, minimal UI
- Built with plain HTML, CSS, and JavaScript (no frameworks)
- HTML
- CSS
- JavaScript (Fetch API)
- Giphy API
- Clone the repository
- Obtain a Giphy API key from https://developers.giphy.com/
- Add your API key in the JavaScript file where indicated
- Open
index.htmlin a browser
Note: This is a frontend-only project. API keys are intentionally not committed to the repository.
- Enter a search term in the input field
- Press Enter or click New GIF
- A relevant GIF will be displayed
- This project is intended for learning and demonstration purposes
- Giphy API keys are public by design and rate-limited
MIT