An application that allows you to view and search gifs using the GIPHY API
As a user I can:
- Generate random gif.
- Search gifs by name.
- Get trending gifs.
- Get gifs by category.
- Infinite scroll for get more gifs.
- Receive list of valid terms that comletes the given tag.
- Add to favorites, get link on gif.
- Save favorites gif.
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