A Discord clone is an app similar to Discord where you can create servers and channels for text audio and video communication. You can edit or delete servers and channels and manage members within channels. It also supports both one-on-one and group chats using socket.io technology. Additionally it includes video and audio calling features using the open-source Livkit SDK.
https://next-js-discord-clone.vercel.app/
1. Cloning Into Local System
git clone https://github.com/spsanchore13/next.js-discord-clone.git
2. Install All Dependencies
npm install
3. Start Application
npm run dev
Technologies used in the project:
- React.js
- Next.js
- Node.js
- Express.js
- TailwindCSS
- ClerkAuth
- Socket.Io
- TypeScript
- shadecn/ui