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

https://github.com/qntum-dev/rflectfrontend


https://github.com/qntum-dev/rflectfrontend

Last synced: 10 months ago
JSON representation

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

Chat screen

### 📱 Mobile View

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.