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.
- Add an
.env.localfile and copy the contents of.env.developmentinto it and enter the missing values - Run
pnpm install - Run
pnpm devto start the development server - Open https://localhost:3000 with your browser