A snappy, minimal realtime chat frontend built with Next.js, Tailwind CSS, TanStack Query, and Zustand.
- ✅ Realtime text chat
- ✅ Responsive design (mobile + desktop)
- ✅ profile photo selection
- ✅ Light/dark mode ready
- Next.js
- Tailwind CSS
- TanStack Query
- Zustand
- TypeScript
1️⃣ Clone the repository:
git clone https://github.com/yourusername/realtime-chat-frontend.git
cd realtime-chat-frontend2️⃣ Install dependencies:
npm install
# or
yarn3️⃣ Run locally:
npm run dev
# or
yarn dev4️⃣ Visit http://localhost:3000 to view the app.

