Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1011 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1011 Bytes

Ultimate gif app

Deploy status

Linter and Test

An application that allows you to view and search gifs using the GIPHY API

As a user I can:

  1. Generate random gif.
  2. Search gifs by name.
  3. Get trending gifs.
  4. Get gifs by category.
  5. Infinite scroll for get more gifs.
  6. Receive list of valid terms that comletes the given tag.
  7. Add to favorites, get link on gif.
  8. Save favorites gif.

Development

make install to install dependencies.

make start to launch dev server, app would be served at http://localhost:1234/

make lint to lint and prettify your code

make build to build production distribution package