Chatober is a fun and interactive messaging app built to connect people and create engaging conversations with a modern, intuitive UI.
- Real-time messaging (1-on-1 and group chats)
- Media sharing (images, videos, documents)
- Push notifications
- Responsive and clean UI
- Lightweight and fast
- Framework: Next.js (App Router)
- Authentication / Backend: Clerk
- Realtime / Database: convex
- Styling: Tailwind CSS
- Node.js ≥ 18
- npm or yarn
- Clerk account for authentication
# Clone the repository
git clone git@github-hf:Adams-403/Chatober.git
cd Chatober
# Install dependencies
npm install
# Run the app
npm run dev