Demo Link -Test Account: [email protected] -Test Password: test123 -Test Username: TestUser
This is a Discord Clone! A discord clone that provides real-time voice/video group chat and group messaging.
I have been using Discord since 2017, and I absolutely love it. It was created using Electron and has low-latency voice chat with a unique UI design which makes online meetings easy and fun. I don't know if it is possible to recreate the whole thing with myself alone, so I decided to give it a try. My goal is the put my skills to the test, and it turns out that I can. I rebuilt the whole app with React.js as my front-end framework, Redux as my state management system, and used Firebase and Agora for database and real-time voice/video chat.
Feel free to send me feedback on Any of my Social Media Account or file an issue. All contributors are always welcome.
If there's anything you'd like to chat about, please feel free to join my discord Server!
- Clone or download the repo
npm install
to install dependencies- create a
.env
file for Firebase and Agora SDK for environment variables npm start
to start the packager and run the app on localhost:3000