Skip to content

HederAlves/gif-search

Repository files navigation

Gif Search

gif-search

Badge Badge under development

Technologies

Badge Badge Badge Badge Badge Badge Badge Badge Badge

About the app

This application was developed to consume the gifs API: https://tenor.com/gifapi/

Within the application you can select gifs by tags or by general mode on the home page The app also has a filter to help you select the gif.

The app is available for all screen sizes: Desktop | Tablet | Mobile


Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.