A simple Gif Browser that connects to Giphy API and brings a list of gifs searched by user.
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run preview
MIT