/gif-browser

A simple Gif Browser that connects to Giphy API and brings a list of gifs searched by user.

Primary LanguageJavaScript

Hero Screenshot

A simple Gif Browser that connects to Giphy API and brings a list of gifs searched by user.

Installation Running for Development

  1. Install dependencies

    npm install
  2. Start the development server

    npm run dev

Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run preview

License

MIT