This project was bootstrapped with Create React App.
This is a web application that lets you search gifs on giphy
- Pagination + Load more
- Persistent storage for urls, pagination info and search string
- CSS Grid to position images
- Mobile friendly user interface
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