/Get-Giphy

Get Giphy - A Website to get Trending and latest GIFS

Primary LanguageHTML

Get Giphy

Description

Get Giphy is a GIF display application written in JavaScript using the Node.js runtime environment. It is designed to display animated GIFs on a web page. The application retrieves GIFs from Giphy Developer and displays them in a grid layout on the user's browser.

Installation

Make sure to have Node.js installed on your machine to use this application locally.

Once you have installed Node.js, you can install the application by following these steps:

  • Clone the repository from GitHub or download the source code as a zip file.
  • Navigate to the root directory of the application in your terminal or command prompt.
  • Run the command npm install to install all of the necessary dependencies.
  • Start the Application using node app.js and visit localhost:3000 to use it.

This application also support installation through dockerfile. Run docker-compose up to start the application and docker-compose down to stop it.

Screenshots

Home Page

Gifs Page

image