{"id":20324757,"url":"https://github.com/mahinmuhammad/poke","last_synced_at":"2026-04-10T12:31:02.558Z","repository":{"id":187697184,"uuid":"677071387","full_name":"MahinMuhammad/Poke","owner":"MahinMuhammad","description":"iOS chat app","archived":false,"fork":false,"pushed_at":"2024-03-26T11:05:20.000Z","size":3745,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T07:23:56.911Z","etag":null,"topics":["chatapp","firebase","firebaseauth","firestore","ios","swift","swiftui","ui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MahinMuhammad.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":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-10T17:04:51.000Z","updated_at":"2025-02-03T09:02:41.000Z","dependencies_parsed_at":"2023-08-11T20:20:20.566Z","dependency_job_id":"d5431d7f-ba03-41a5-982a-79052a35b2a4","html_url":"https://github.com/MahinMuhammad/Poke","commit_stats":null,"previous_names":["mahinmuhammad/poke"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MahinMuhammad/Poke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FPoke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FPoke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FPoke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FPoke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MahinMuhammad","download_url":"https://codeload.github.com/MahinMuhammad/Poke/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FPoke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chatapp","firebase","firebaseauth","firestore","ios","swift","swiftui","ui"],"created_at":"2024-11-14T19:37:23.726Z","updated_at":"2026-04-10T12:31:02.518Z","avatar_url":"https://github.com/MahinMuhammad.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Copyright 2023 Md. Mahinur Rahman--\u003e\n\u003c!----\u003e\n\u003c!-- Licensed under the Apache License, Version 2.0 (the \"License\");--\u003e\n\u003c!-- you may not use this file except in compliance with the License.--\u003e\n\u003c!-- You may obtain a copy of the License at--\u003e\n\u003c!----\u003e\n\u003c!--     http://www.apache.org/licenses/LICENSE-2.0--\u003e\n\u003c!----\u003e\n\u003c!-- Unless required by applicable law or agreed to in writing, software--\u003e\n\u003c!-- distributed under the License is distributed on an \"AS IS\" BASIS,--\u003e\n\u003c!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.--\u003e\n\u003c!-- See the License for the specific language governing permissions and--\u003e\n\u003c!-- limitations under the License.--\u003e\n\n\u003ch1\u003ePoke\u003c/h1\u003e\n  Poke is an iOS app built with SwiftUI that is a secured chatting application for parents to kids.\n\n\u003ch3\u003eGraphical User Interface\u003c/h3\u003e\n  \u003ctable style=\"border:none\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003cimg src=\"Documentation/ChatListView.png\" height=\"400\"\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003cimg src=\"Documentation/ChatBoxView.png\" height=\"400\"\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003cimg src=\"Documentation/SettingsView.png\" height=\"400\"\u003e\u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd\u003e\u003cimg src=\"Documentation/SignInView.png\" height=\"400\"\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003cimg src=\"Documentation/MyProfileView.png\" height=\"400\"\u003e\u003c/td\u003e\n     \u003c/tr\u003e\n  \u003c/table\u003e\n  \n  \u003ch3\u003eRequirements\u003c/h3\u003e\n    \u003col\u003e\n        \u003cli\u003eiOS 16.4 or later\u003c/li\u003e\n        \u003cli\u003eXcode 12.0 or later\u003c/li\u003e\n        \u003cli\u003eSwift 5.3 or later\u003c/li\u003e\n    \u003c/ol\u003e\n\n\u003ch3\u003eGetting Started\u003c/h3\u003e\n  To clone this app and run it on Xcode, follow these steps:\n\n\u003col\u003e\n    \u003cli\u003eClone the repository: git clone https://github.com/MahinMuhammad/Poke\u003c/li\u003e\n    \u003cli\u003eOpen the Poke.xcodeproj file in Xcode.\u003c/li\u003e\n    \u003cli\u003eChange the Bundle Identifier as your own.\u003c/li\u003e\n    \u003cli\u003eMake a firebase project and add the google plist inside your project\u003c/li\u003e\n    \u003cli\u003eBuild and run the project in Xcode.\u003c/li\u003e\n\u003c/ol\u003e \n  \n\u003ch3\u003eFeatures\u003c/h3\u003e\n  The project is currently in an UI UX phase so most of the datas are dummy.\n\u003cul\u003e\n  \u003cli\u003eSignin or Signup using firebase auth\u003c/li\u003e\n  \u003cli\u003eShow chatlist dummy\u003c/li\u003e\n  \u003cli\u003eSeveral options in Settings view\u003c/li\u003e\n  \u003cli\u003eShows dummy profile\u003c/li\u003e\n\u003c/ul\u003e   \n  \n\u003ch3\u003eFuture Updates\u003c/h3\u003e\n  In the next update, I plan to have the following:\n\u003cul\u003e\n  \u003cli\u003eLet user preview/update his/her own profile\u003c/li\u003e\n  \u003cli\u003eLet user chat with other users\u003c/li\u003e\n  \u003cli\u003eLet user make friends and see them in friendlist\u003c/li\u003e\n\u003c/ul\u003e \n    \n\u003ch3\u003eContributing\u003c/h3\u003e\n  I welcome contributions from the community! To contribute to Poke, follow these steps:\n\n\u003col\u003e\n    \u003cli\u003eFork the repository.\u003c/li\u003e\n    \u003cli\u003eCreate a new branch for your feature: git checkout -b feature/your-feature-name.\u003c/li\u003e\n    \u003cli\u003eMake your changes and commit them: git commit -m \"Add your commit message here\".\u003c/li\u003e\n    \u003cli\u003ePush your changes to your forked repository: git push origin feature/your-feature-name.\u003c/li\u003e\n    \u003cli\u003eSubmit a pull request to the main repository.\u003c/li\u003e\n\u003c/ol\u003e\n  \n\u003ch3\u003eLicense\u003c/h3\u003e\n  This project is licensed under the Apache License 2.0 - see the LICENSE file for details.\n\n\u003ch3\u003eContact\u003c/h3\u003e\n  If you have any questions or comments about Poke, feel free to reach out to me at rahmanmahin@icloud.com.\n\n\u003chr\u003e\n\u003ctable style=\"border:none\"\u003e\n  \u003ctr\u003e  \n    \u003ctd align=\"center\"\u003e\u003cimg src=\"Documentation/mahinsLogo.png\" height=\"250\" width=\"250\"\u003e\u003c/h4\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e  \n    \u003ctd align=\"center\"\u003e\u003ch4\u003eDeveloped by \u003cbr\u003e Md. Mahinur Rahman\u003c/h4\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahinmuhammad%2Fpoke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahinmuhammad%2Fpoke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahinmuhammad%2Fpoke/lists"}