https://github.com/qntum-dev/rflectfrontend
https://github.com/qntum-dev/rflectfrontend
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qntum-dev/rflectfrontend
- Owner: qntum-dev
- Created: 2025-07-22T13:31:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T09:28:41.000Z (11 months ago)
- Last Synced: 2025-07-23T11:31:00.725Z (11 months ago)
- Language: TypeScript
- Size: 1.64 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rflect
A **snappy, minimal realtime chat frontend** built with **Next.js**, **Tailwind CSS**, **TanStack Query**, and **Zustand**.
## ✨ Features
* ✅ Realtime text chat
* ✅ Responsive design (mobile + desktop)
* ✅ profile photo selection
* ✅ Light/dark mode ready
---
## 🛠️ Tech Stack
* **Next.js**
* **Tailwind CSS**
* **TanStack Query**
* **Zustand**
* **TypeScript**
---
## 📸 Screenshots
### 💬 Chat Screen

### 📱 Mobile View

---
## 🚀 Getting Started
1️⃣ **Clone the repository:**
```bash
git clone https://github.com/yourusername/realtime-chat-frontend.git
cd realtime-chat-frontend
```
2️⃣ **Install dependencies:**
```bash
npm install
# or
yarn
```
3️⃣ **Run locally:**
```bash
npm run dev
# or
yarn dev
```
4️⃣ Visit [http://localhost:3000](http://localhost:3000) to view the app.