{"id":22415351,"url":"https://github.com/esau-morais/dc.ts","last_synced_at":"2026-04-20T05:32:41.969Z","repository":{"id":124568016,"uuid":"306141059","full_name":"esau-morais/dc.ts","owner":"esau-morais","description":"💬 Simple Discord clone using React + Redux + Firebase","archived":false,"fork":false,"pushed_at":"2023-03-12T17:11:51.000Z","size":934,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T09:25:08.562Z","etag":null,"topics":["discord","firebase","react","typescript"],"latest_commit_sha":null,"homepage":"https://dc.emots.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esau-morais.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-21T20:33:22.000Z","updated_at":"2023-03-12T17:12:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d28b5fa-e4cb-40fd-8491-a5e3ccbf9b76","html_url":"https://github.com/esau-morais/dc.ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Fdc.ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Fdc.ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Fdc.ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Fdc.ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esau-morais","download_url":"https://codeload.github.com/esau-morais/dc.ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245779486,"owners_count":20670688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","firebase","react","typescript"],"created_at":"2024-12-05T15:12:01.352Z","updated_at":"2026-04-20T05:32:36.947Z","avatar_url":"https://github.com/esau-morais.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Clone\n\n![Discord](https://blog.br.uptodown.com/files/2017/12/discord-app-featured-1280x720.jpg)\n\n## Goals\n\n- [X] Add channel\n  - [X] ID\n  - [X] Name\n- [X] Add chat\n  - [X] User picture\n  - [X] Timestamp\n  - [X] Username\n- [X] Login authentication\n\n## Buit with\n\n- [React.js](https://reactjs.org/) → Front-End\n  - Firebase\n  - styled-components\n  - Redux\n\n## How do I start?\n\n1. Fork this project\n\n![Forking the project](https://camo.githubusercontent.com/6f03010c651d060f8b7cfc17da7098c1757c4ead/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f666f726b2e706e67)\n\n2. Clone the forked repository\n\n    `git clone https://github.com/user/discord-clone` (if you use `git`)\n\n    or \n\n    `gh repo clone https://github.com/user/discord-clone` (if you use `gh` cli)\n\n3. Install the dependencies\n\n    `npm install` (if you use `npm`)\n\n    or\n\n    `yarn` (if you use   `yarn`)\n\n-----\n\n⚠️ Before you start, you'll need to create a firebase project and set:\n\n- Firestore\n- Google authentication\n\n_[See here](#how-to-setup-your-firebase-project) how to setup firebase project_\n\n-----\n\n4. Start the project \n\n    `npm start` (if you `npm`)\n\n    or\n\n    `yarn start` (if you use `yarn`)\n\n## How to setup your Firebase project\n\n1. Go to [Firebase console](https://console.firebase.google.com/)\n\n2. Click in add project button\n\n![Add project button](https://res.cloudinary.com/emmorais/image/upload/v1603311708/Firebase/Screenshot_2020-10-21_Firebase_console_qfpkvm.png)\n\n3. Insert the project name (as you want)\n\n![Insert the project name (as you want)](https://res.cloudinary.com/emmorais/image/upload/v1603311796/Firebase/Screenshot_2020-10-21_Firebase_console_1_fjsenj.png)\n\n4. Click to continue\n\n5. Click in the settings icon, then click in the project settings\n\n![Click in the settings icons](https://res.cloudinary.com/emmorais/image/upload/v1603311889/Firebase/Screenshot_2020-10-21_Discord_Clone_Discord_Clone_Console_do_Firebase_jhvyih.png)\n\n6. Add a web app to the project and set a name\n\n7. After creating, copy the settings and set to the `.env` based on the [.env_sample](./.env_sample)\n\n8. Create google authentication\n\n![Google authentication](https://res.cloudinary.com/emmorais/image/upload/v1603312235/Firebase/Screenshot_2020-10-21_Discord_Clone_Cloud_Firestore_Console_do_Firebase_1_aovrcl.png)\n\n![Google authentication](https://cloud.google.com/appengine/docs/images/firebase_auth_enable.png)\n\n9. Create firestore and set the roles\n\n![Firestore](https://res.cloudinary.com/emmorais/image/upload/v1603312235/Firebase/Screenshot_2020-10-21_Discord_Clone_Cloud_Firestore_Console_do_Firebase_dri1au.png)\n\n![Firestore](https://res.cloudinary.com/emmorais/image/upload/v1603312242/Firebase/Screenshot_2020-10-21_Discord_Clone_Cloud_Firestore_Console_do_Firebase_2_wrxvwk.png)\n\n----- \n\n[LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesau-morais%2Fdc.ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesau-morais%2Fdc.ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesau-morais%2Fdc.ts/lists"}