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.local
file and copy the contents of.env.development
into it and enter the missing values - Run
yarn
- Run
yarn dev
to start the development server - Open https://localhost:3000 with your browser