Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 779 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 779 Bytes

TrendGif

A basic single page react application to display GIF'S which are acquired from GIPHY Developer API when user enters the query in the search bar and clicks search button.

How to run:

1.Download the compressed file and extract it into the desired folder
2.Navigate to the repository and type npm install for installing dependencies
3.Make sure you have installed latest version of node.js in your computer
4.After installing the dependencies, type npm start for starting the application
5.Now, the application automatically opens in the browser on http://localhost:3000
6.You can even get the production version of the application by running npm run build command