Discord Clone Project

Channel:
Subscribers:
231
Published on ● Video Link: https://www.youtube.com/watch?v=TfEUSqFk-CM



Duration: 11:25
67 views
1


Discord is a communication platform designed specifically for gamers, but has now become popular outside the gaming world as well. The app allows users to communicate via text, voice, and video, both in one-on-one conversations and in groups.

Key Features Implemented:
- Real-time messaging using Socket.io
- Send attachments as messages using UploadThing
- Delete & Edit messages in real time for all users
- Create Text, Audio and Video call Channels
- 1:1 conversation between members
- 1:1 video calls between members
- Member management (Kick, Role change Guest / Moderator)
- Unique invite link generation & full working invite system
- Infinite loading for messages in batches of 10 (@tanstack/query)
- Server creation and customization
- Beautiful UI using TailwindCSS and ShadcnUI
- Full responsivity and mobile UI
- Light / Dark mode
- Websocket fallback: Polling with alerts
- ORM using Prisma
- MySQL database using Planetscale
- Authentication with Clerk

Technologies Used:
- Next.JS 13
- React
- Socket.io
- Prisma
- Tailwind
- Mysql

-----
If you want to follow this tutorial, you can check the link
https://www.youtube.com/watch?v=ZbX4Ok9YX94&list=LL&index=2

I would like to thank @codewithantonio for creating this tutorial