{"id":27255873,"url":"https://github.com/betomoedano/modern-chat-app","last_synced_at":"2025-04-11T02:48:11.746Z","repository":{"id":282327610,"uuid":"948211330","full_name":"betomoedano/modern-chat-app","owner":"betomoedano","description":"Real-time multi-user chat app built with React Native, Expo, Clerk, and Appwrite.","archived":false,"fork":false,"pushed_at":"2025-03-31T13:29:06.000Z","size":817,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T23:48:36.445Z","etag":null,"topics":["appwrite","clerk","expo","react-native"],"latest_commit_sha":null,"homepage":"https://codewithbeto.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/betomoedano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2025-03-13T23:55:15.000Z","updated_at":"2025-04-07T21:55:46.000Z","dependencies_parsed_at":"2025-03-14T01:39:10.709Z","dependency_job_id":"9f3961a6-5aa5-427d-a005-bf3159caff74","html_url":"https://github.com/betomoedano/modern-chat-app","commit_stats":null,"previous_names":["betomoedano/modern-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betomoedano%2Fmodern-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betomoedano%2Fmodern-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betomoedano%2Fmodern-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betomoedano%2Fmodern-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betomoedano","download_url":"https://codeload.github.com/betomoedano/modern-chat-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248332352,"owners_count":21086068,"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":["appwrite","clerk","expo","react-native"],"created_at":"2025-04-11T02:48:11.311Z","updated_at":"2025-04-11T02:48:11.737Z","avatar_url":"https://github.com/betomoedano.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Modern Chat App Banner](https://github.com/user-attachments/assets/245c595e-881d-4c55-812a-f6a4551a531d)](https://codewithbeto.dev/projects/modern-chat-app)\n\n# Modern Chat App\n\nA real-time multi-user chat application built with React Native and Expo, featuring seamless authentication, modern UI, and real-time updates. Built with Clerk for Passkeys \u0026 Google Sign-In and Appwrite for the backend.\n\n🔍 Explore more innovative projects and tutorials at [codewithbeto.dev/projects](https://codewithbeto.dev/projects)\n\n## 🚀 Video, Demo \u0026 Links\n\n  \u003ca href=\"https://youtu.be/HKJdqJIDtMs\"\u003e\n    \u003cimg src=\"https://i.ytimg.com/vi/HKJdqJIDtMs/maxresdefault.jpg\" height=\"380\" alt=\"YouTube Video Preview\"\u003e\n  \u003c/a\u003e\n\n- 📱 [GitHub Repository](https://github.com/betomoedano/modern-chat-app)\n- 💻 [Project Details](https://codewithbeto.dev/projects/modern-chat-app)\n- 📺 [Video Tutorial](https://youtu.be/HKJdqJIDtMs)\n- 🎨 [Figma Design](https://www.figma.com/community/file/1483864984697101015/chat-room-app)\n\n## ⚡ Tech Stack\n\n- [Expo](https://expo.dev/) - React Native framework\n- [Clerk](https://clerk.dev/) - Authentication \u0026 user management\n- [Appwrite](https://appwrite.io/) - Backend \u0026 real-time database\n- [@legendapp/list](https://www.npmjs.com/package/@legendapp/list) - High-performance list components\n\n## 🛠️ Setup \u0026 Installation\n\n### Prerequisites\n\n- [Clerk Account](https://go.clerk.com/Wt70O5j)\n- [Appwrite Account](https://appwrite.io/)\n- Apple Team ID (for passkeys on iOS)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/betomoedano/modern-chat-app.git\n   cd modern-chat-app\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   bun install\n   ```\n\n3. Configure environment variables:\n\n   Create a `.env.local` file in the root directory with:\n\n   ```bash\n   EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=your-key-here\n   EXPO_PUBLIC_APPWRITE_APP_ID=your-app-write-app-id\n   ```\n\n4. Update the `app.json` with your cleerk front end api\n\n5. Start the development server:\n\n   ```bash\n   npx expo start\n   ```\n\n## 📱 Features\n\n- 🔐 Secure authentication with Clerk (Passkeys \u0026 Google Sign-In)\n- 💬 Real-time chat functionality\n- 🎨 Modern UI\n- 📱 Cross-platform compatibility\n- 🎯 TypeScript for type safety\n\n## 🎓 Learning Resources\n\nWant to learn more about React Native development? Check out:\n\n- [React Native Course](https://codewithbeto.dev/learn)\n- [React with TypeScript Course](https://codewithbeto.dev/learnReact)\n\n## 📄 License\n\nThis project is open source and available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetomoedano%2Fmodern-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetomoedano%2Fmodern-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetomoedano%2Fmodern-chat-app/lists"}