Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 582 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 582 Bytes

GIFs

UI for seaching gifs using Tenor. Loads small previews initially and allows for click for full preview and to access a button to copy the gif url to the clipboard.

The app is built using React, Next and Tailwind. It uses features like the app router, server components, server actions and React compiler.

Run it locally

  1. Add an .env.local file and copy the contents of .env.development into it and enter the missing values
  2. Run yarn
  3. Run yarn dev to start the development server
  4. Open https://localhost:3000 with your browser