Skip to content

danakun/jiffy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jiffy - GIF Searcher

Jiffy is a simple GIF searcher that uses the Giphy API. This project demonstrates various front-end techniques, including flexbox layout, CSS grid, working with APIs, and event handling. https://danakun.github.io/jiffy-api/

Features

  • Search for GIFs based on keywords.
  • Fetch GIFs from the Giphy API.
  • Dynamically create HTML elements in JavaScript.
  • Control page state using events.
  • Implement responsive CSS grid layout.

Getting Started

To get started with Jiffy, follow these steps:

  1. Clone the repository to your local machine.
  2. Open index.html in your web browser.

Usage

  • Enter keywords in the search input.
  • Hit Enter to fetch matching GIFs.
  • Explore the search results.

How it Works

Jiffy makes HTTP GET requests to the Giphy API based on your search keywords. It dynamically creates HTML elements and controls the page's state using JavaScript and CSS.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Giphy API

Credits

This project was inspired by a web development tutorial by SUPERHI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published