{"id":24277225,"url":"https://github.com/indiecodermm/convoz-chat","last_synced_at":"2025-04-13T06:01:57.532Z","repository":{"id":202870264,"uuid":"708305212","full_name":"IndieCoderMM/convoz-chat","owner":"IndieCoderMM","description":"📢A user-friendly chat app for building online communities. Built with React, Redux and Firebase","archived":false,"fork":false,"pushed_at":"2023-11-05T16:17:41.000Z","size":1724,"stargazers_count":1,"open_issues_count":14,"forks_count":5,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-26T22:36:37.143Z","etag":null,"topics":["collaborate","firebase","firestore","learn","react","redux-toolkit","tailwind","typescript","vite"],"latest_commit_sha":null,"homepage":"https://convoz-chat.onrender.com/","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/IndieCoderMM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-22T06:34:11.000Z","updated_at":"2023-11-08T15:11:10.000Z","dependencies_parsed_at":"2025-01-15T23:32:54.431Z","dependency_job_id":"5127b508-5296-4758-8616-44d7bf3e1fd9","html_url":"https://github.com/IndieCoderMM/convoz-chat","commit_stats":null,"previous_names":["indiecodermm/convoz-chat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fconvoz-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fconvoz-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fconvoz-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Fconvoz-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndieCoderMM","download_url":"https://codeload.github.com/IndieCoderMM/convoz-chat/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670431,"owners_count":21142903,"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":["collaborate","firebase","firestore","learn","react","redux-toolkit","tailwind","typescript","vite"],"created_at":"2025-01-15T23:32:47.178Z","updated_at":"2025-04-13T06:01:57.494Z","avatar_url":"https://github.com/IndieCoderMM.png","language":"TypeScript","readme":"\u003cdetails\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [Convoz](#convoz)\n  - [🚀 Visit Live Website](#-visit-live-website)\n  - [🔥 Features](#-features)\n  - [🛠️ Stack](#️-stack)\n  - [📙 Getting Started](#-getting-started)\n  - [🗂️ Project Structure](#️-project-structure)\n  - [🤝 Contributing](#-contributing)\n  - [🎖️ Contributors](#️-contributors)\n  - [📜 License](#-license)\n\n\n\u003c/details\u003e\n\n# Convoz\n\n[![LastUpdate](https://img.shields.io/github/last-commit/IndieCoderMM/convoz-chat)](https://github.com/IndieCoderMM/convoz-chat/commits/dev)\n[![Issues](https://img.shields.io/github/issues/IndieCoderMM/convoz-chat)](https://github.com/IndieCoderMM/convoz-chat/issues)\n[![Contributors](https://img.shields.io/github/contributors/IndieCoderMM/convoz-chat)](https://github.com/IndieCoderMM/convoz-chat/graphs/contributors)\n[![Stargazers](https://img.shields.io/github/stars/IndieCoderMM/convoz-chat)](https://github.com/IndieCoderMM/convoz-chat/stargazers)\n[![License](https://img.shields.io/github/license/IndieCoderMM/convoz-chat)](https://github.com/IndieCoderMM/convoz-chat/blob/main/LICENSE)\n![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)\n\n\u003e Open-source chat platform with discord-like features built with React, Redux, Vite and Firebase\n\n## 🚀 Visit [Live Website](https://convoz-chat.onrender.com/)\n\n![Convoz Screenshot](./screenshot.png)\n\n## 🔥 Features\n\n- **Real-time Chat**: Responsive chat experience with real-time updates\n- **Channel Management**: Create, join and manage channels easily\n- **User Authentication**: Secure user authentication with Google Sign-In\n- **User-Friendly Interface**: Intuitive UI/UX design to enhance user experience\n\n## 🛠️ Stack\n\nThis project was built using the following technologies:\n\n- ⚛️ React\n- 🔷 TypeScript\n- 🔥 Firebase\n- 🧰 Redux Toolkit\n- ⚡ Vite\n- 🔍 ESLint\n- 🪝 react-firebase-hooks\n- 🚦 react-router-dom\n- 🎨 Tailwind CSS\n\n## 📙 Getting Started\n\nTo get started with this project, follow these steps:\n\n1. Clone the repository to your local machine.\n2. Install the dependencies by running `npm install`.\n3. Start the development server by running `npm start`.\n\n## 🗂️ Project Structure\n\nThe project is structured as follows:\n\n```\n.\n├── src/\n│   ├── assets\n│   ├── components\n│   ├── features/\n│   │   ├── Channels/\n│   │   │   ├── CreateChannel.tsx\n│   │   │   └── channelsSlice.ts\n│   │   └── Chat\n│   ├── lib/\n│   │   ├── firebase.ts\n│   │   └── store.ts\n│   ├── pages/\n│   │   ├── Landing.tsx\n│   │   └── Channels.tsx\n│   ├── styles\n│   ├── App.tsx\n│   ├── main.tsx\n│   └── RootLayout.ts\n├── package.json\n└── tailwind.config.js\n```\n\n## 🤝 Contributing\n\nThis project is perfect for learners and open-source enthusiasts. We welcome contributions from everyone!\n\nYou can contribute in many ways:\n- ⭐ Star the repo \n- 🐞 Report bugs\n- 💡 Suggest new features\n- 👩‍💻 Implement new features/bug fixes \n\nPlease check out our [Contribution Guide](./CONTRIBUTING.md) for more details.\n\n## 🎖️ Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://heinthantoo.me/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72640048?v=4?s=80\" width=\"80px;\" alt=\"Hein Thant\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHein Thant\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/IndieCoderMM/convoz-chat/commits?author=IndieCoderMM\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#design-IndieCoderMM\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/PratyushJoshi\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/86593014?v=4?s=80\" width=\"80px;\" alt=\"Pratyush Joshi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePratyush Joshi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/IndieCoderMM/convoz-chat/commits?author=PratyushJoshi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tran1109\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/141980939?v=4?s=80\" width=\"80px;\" alt=\"tran1109\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etran1109\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/IndieCoderMM/convoz-chat/commits?author=tran1109\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiecodermm%2Fconvoz-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findiecodermm%2Fconvoz-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiecodermm%2Fconvoz-chat/lists"}