https://github.com/real-devance/gifstok-react
https://github.com/real-devance/gifstok-react
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/real-devance/gifstok-react
- Owner: real-devance
- Created: 2025-02-11T13:14:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:48:40.000Z (9 months ago)
- Last Synced: 2025-02-11T14:40:59.702Z (9 months ago)
- Language: TypeScript
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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