Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 596 Bytes

This project was bootstrapped with Create React App.

Gif Search Front-End

This is a web application that lets you search gifs on giphy

Some of the implemented features

  • Pagination + Load more
  • Persistent storage for urls, pagination info and search string
  • CSS Grid to position images
  • Mobile friendly user interface

Run the app

In order to run the app clone the directory and run the following commands

npm install && npm start

In order to build the app for production

npm install && npm run build