Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.83 KB

Giphy Gallery

Getting Started

To start the application, run the following in your Terminal

yarn install
yarn start

Create a .env file in the root folder with the following (not required with current build):

REACT_APP_API_KEY=your_api_key

Description

  • Search by keyword for images from GIPHY API
  • Display images in a grid of 8 images by default
  • Add or remove tags to mark or unmark favourite images
  • "Fetch More" button to fetch next 8 image results
  • View all favourited images in a dedicated page
  • Responsive layout

Assumptions

  • Global state does not need to be maintained across page refreshes

Used in this site

Notable Learning Points