It is a GIF search app powered by GIPHY API.
- GIPHIES API (Backend)
- Vue.js(Frontend)
A youtube tutorial here: GIPHIES | GIF Search Service created by Kaan Ersoy
-
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)