/giphies

A GIF search app powered by GIPHY API.

Primary LanguageVueMIT LicenseMIT

GIPHIES | Gif Search App

GIPHIES

It is a GIF search app powered by GIPHY API.

Used Technologies

  • GIPHIES API (Backend)
  • Vue.js(Frontend)

Usage

A youtube tutorial here: GIPHIES | GIF Search Service created by Kaan Ersoy

Install

  • Clone the project with:
    $ git clone https://github.com/kaanersoy/giphies.git

  • cd projectpath && npm install

  • Pass your GIPHY API KEY to .env file like: VUE_APP_API_KEY=1231ad3a1wa3d1 (It is a example key)

  • npm run serve (for dev mode)

  • npm run build (for production mode)