{"id":20324773,"url":"https://github.com/mahinmuhammad/techeveryday","last_synced_at":"2026-05-09T01:38:56.197Z","repository":{"id":162800504,"uuid":"637297947","full_name":"MahinMuhammad/TechEveryday","owner":"MahinMuhammad","description":"iOS app that fetch data from HackerNews website","archived":false,"fork":false,"pushed_at":"2023-05-07T14:19:58.000Z","size":2096,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T14:18:45.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-07T05:42:17.000Z","updated_at":"2023-05-07T05:42:42.000Z","dependencies_parsed_at":"2023-05-19T10:15:07.488Z","dependency_job_id":null,"html_url":"https://github.com/MahinMuhammad/TechEveryday","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/MahinMuhammad%2FTechEveryday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FTechEveryday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FTechEveryday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahinMuhammad%2FTechEveryday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MahinMuhammad","download_url":"https://codeload.github.com/MahinMuhammad/TechEveryday/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241828023,"owners_count":20026826,"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":[],"created_at":"2024-11-14T19:37:27.830Z","updated_at":"2026-05-09T01:38:56.156Z","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\n\u003ch1\u003eTechEveryday\u003c/h1\u003e\n  TechEveryday is an iOS app built with SwiftUI that uses HackerNews website's API to display \n  the top headlines of the front page of HackerNews in a list view. \n  When the user taps on a headline, they are navigated to a web view page of that news link.\n\n\u003ch3\u003eGraphical User Interface\u003c/h3\u003e\n  \u003ctable style=\"border:none\"\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"Documentation/HomeView.png\" height=\"400\"\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003cimg src=\"Documentation/WebView.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 14.0 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/TechEveryday.git\u003c/li\u003e\n    \u003cli\u003eOpen the TechEveryday.xcodeproj file in Xcode.\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\n\u003cul\u003e\n    \u003cli\u003eDisplays the top headlines of the front page of HackerNews\u003c/li\u003e\n    \u003cli\u003eNavigates the user to the web view page of a news link when tapped on a headline\u003c/li\u003e\n\u003c/ul\u003e   \n  \n\u003ch3\u003eFuture Updates\u003c/h3\u003e\n  In the next update, I plan to add search bar and save news option for better user experience.\n\n\u003ch3\u003eContributing\u003c/h3\u003e\n  I welcome contributions from the community! To contribute to TechEveryday, 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 ChatGenie, 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%2Ftecheveryday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahinmuhammad%2Ftecheveryday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahinmuhammad%2Ftecheveryday/lists"}