This one-page application draws from the GIPHY API to display a page of trending gifs. There is a search bar to refine the results.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node >= 8.10 and npm >= 5.6 on your machine: https://nodejs.org/en/download/
To install and run the application in you browser, fork and clone the repository. Then enter the following terminal commands.
cd marvelChallenge/gif-search
npm install
npm start
- React - The web framework used
- SuperAgent - HTTP library
- GIPHY - Gif API
Tomas Engquist
Application is a submission of the Marvel Front-end Developer Challenge.