Click here to use the app! or you can go through the Code Snippets.
This is a Discord Clone personal project made using React as a frontend and Firebase for authorization of the user and also a database for storing the informations of the app. Users can Sign In using Authorization service of Firebase through Google and can join any of the rooms available and can also create new rooms.
- Clone the code and run either
yarn
ornpm install
- Set up the firebase and files accordingly.
- Run
yarn start
ornpm start
. The app should work now!!