A simple GIF search app. Find, like, download, and share GIFs effortlessly!
- Search 🔍
- Like ❤️
- Download ⬇️
- Share 📤
- Tenor API: Fetches GIFs for smooth searching
- Zustand: Manages app state efficiently
- Firebase: Handles authentication and store liked gifs
# clone
git clone https://github.com/real-devance/gifsTok-react.git
# navigate to the project directory
cd gifstok
# Install dependencies
pnpm install
# run
pnpm run dev
- ⚛️ React
- 🟦 TypeScript
- 🎨 Tailwind CSS
- ⚡Zustand (State Management)
- 🔥 Firebase (Authentication)
- 🎭 Tenor API (GIF Search)
- ⚡ Vite