An open API service indexing awesome lists of open source software.

https://github.com/real-devance/gifstok-react


https://github.com/real-devance/gifstok-react

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Gifstok πŸŽ₯
A simple GIF search app. Find, like, download, and share GIFs effortlessly!

**[Live ](https://gifstok.netlify.app/)**

## Features
- **Search πŸ”**
- **Like ❀️**
- **Download ⬇️**
- **Share πŸ“€**

## πŸ› οΈ Implementation Details
- **Tenor API**: Fetches GIFs for smooth searching
- **Zustand**: Manages app state efficiently
- **Firebase**: Handles authentication and store liked gifs

## πŸš€ Get Started

```bash
# 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
```
## 🧰 Tech Stack
- βš›οΈ React
- 🟦 TypeScript
- 🎨 Tailwind CSS
- ⚑Zustand (State Management)
- πŸ”₯ Firebase (Authentication)
- 🎭 Tenor API (GIF Search)
- ⚑ Vite