A minimalist and modern social platform for sharing thoughts, updates, and conversations — designed for the millennial voice.
- 🔐 Authentication (Register & Login)
- 📝 Text-based Posts
- ❤️ Like & Interact
- 👤 Profiles with Edit Support
- 🔍 Search for Posts & Users
- ⚡ Infinite Scroll for Posts
- 🧠 Modern UI with Tailwind CSS
- 🗂 Powered by Next.js App Router
- Next.js 14 (App Router) — React framework for building full-stack web applications with server-side rendering and routing.
- Tanstack React Query — Data-fetching library for managing asynchronous state and caching in React.
- Zustand — Lightweight state management library using simplified hooks.
- Tailwind CSS — Utility-first CSS framework for rapid UI development.
- React Hook Form — Performant and flexible form validation for React.
- TypeScript — Typed superset of JavaScript that adds static type checking.
- shadcn/ui — Beautifully designed, accessible UI components built with Tailwind CSS and Radix UI.
- Zod — TypeScript-first schema declaration and validation library.
git clone https://github.com/your-username/talknow.git
cd talknow
pnpm installpnpm devAccess the app at: http://localhost:3000