Skip to content

SagarM21/Approach

Repository files navigation

APPROACH | Realtime Communication App

Built using NextJS 13

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Features

  • Google Auth using NextAuth
  • RTC using upstash-redis and used pusher to subsribe and trigger the events.
  • Add friend
  • Approve/deny friend request
  • Minimilistic UI, easy to use
  • Toast notifications
  • Fully Responsive