Skip to content

kodi73/Working-With-APIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GIF Search App

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.

Features

  • 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)

Tech Stack

  • HTML
  • CSS
  • JavaScript (Fetch API)
  • Giphy API

Setup

  1. Clone the repository
  2. Obtain a Giphy API key from https://developers.giphy.com/
  3. Add your API key in the JavaScript file where indicated
  4. Open index.html in a browser

Note: This is a frontend-only project. API keys are intentionally not committed to the repository.

Usage

  • Enter a search term in the input field
  • Press Enter or click New GIF
  • A relevant GIF will be displayed

Notes

  • This project is intended for learning and demonstration purposes
  • Giphy API keys are public by design and rate-limited

License

MIT

Contributors

Languages