{"id":15038531,"url":"https://github.com/halilozel1903/swift101","last_synced_at":"2025-10-14T16:59:01.405Z","repository":{"id":44808927,"uuid":"136911159","full_name":"halilozel1903/Swift101","owner":"halilozel1903","description":"That contains various information and examples about the basics of Swift Programming. 💻 📱 📺 ⌚️","archived":false,"fork":false,"pushed_at":"2025-09-08T06:21:08.000Z","size":497,"stargazers_count":98,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-08T08:22:43.971Z","etag":null,"topics":["arrays","for-loop","function","ios","ios-app","ios-swift","ipad-app","loops","swift","swift-5","swift-basic","swift-lang","swift-language","swift-learning","swift-playgrounds","swift-programming","swift-programming-language","swift-tutorial","swift5","tutorial"],"latest_commit_sha":null,"homepage":"https://medium.com/@halilozel1903/membership","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halilozel1903.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"www.buymeacoffee.com/halilozel1903"}},"created_at":"2018-06-11T10:30:53.000Z","updated_at":"2025-01-09T17:34:09.000Z","dependencies_parsed_at":"2025-04-09T23:41:07.754Z","dependency_job_id":"fb54674e-02a1-40f5-8936-1ea2747faf2d","html_url":"https://github.com/halilozel1903/Swift101","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/halilozel1903/Swift101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FSwift101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FSwift101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FSwift101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FSwift101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halilozel1903","download_url":"https://codeload.github.com/halilozel1903/Swift101/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FSwift101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019610,"owners_count":26086760,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arrays","for-loop","function","ios","ios-app","ios-swift","ipad-app","loops","swift","swift-5","swift-basic","swift-lang","swift-language","swift-learning","swift-playgrounds","swift-programming","swift-programming-language","swift-tutorial","swift5","tutorial"],"created_at":"2024-09-24T20:38:47.811Z","updated_at":"2025-10-14T16:59:01.390Z","avatar_url":"https://github.com/halilozel1903.png","language":"Swift","funding_links":["www.buymeacoffee.com/halilozel1903","https://www.buymeacoffee.com/halilozel1903"],"categories":[],"sub_categories":[],"readme":"# Swift 1️⃣ 0️⃣ 1️⃣ Tutorial 📱\n\n![Screenshot](https://i.pinimg.com/originals/9d/94/a5/9d94a53738b84d6c0e5ab094bcfe2af1.png)\n\n## The goal of the project ℹ️\n\nStarting with the most basic topics related to **Swift 5.5**, learning advanced topics both by myself and creating an interactive project by sharing the information I learned with you.\n\n## Content of the Project 🤨\nIt is a project that contains various information and examples about the basics of programming with **Swift 5.5** \u003c/br\u003e\n\n\n## What kind of apps can you develop? 📱 💻 📺 ⌚️\nYou can develop applications for desktop, mobile, tablet, tv and smart watches with Swift language.\n\n\n## Project Topics 🏆\n\n- [Hello World](https://github.com/halilozel1903/Swift101/tree/master/HelloWorld.playground)\n- [Variables](https://github.com/halilozel1903/Swift101/tree/master/Variables.playground)\n- [String Methods-1](https://github.com/halilozel1903/Swift101/tree/master/String.playground)\n- [String Methods-2](https://github.com/halilozel1903/Swift101/tree/master/StringExample.playground)\n- [Int, Float ve Double](https://github.com/halilozel1903/Swift101/tree/master/Int%26Double%26Float.playground)\n- [Boolean](https://github.com/halilozel1903/Swift101/tree/master/Boolean.playground)\n- [Arrays](https://github.com/halilozel1903/Swift101/tree/master/Arrays.playground)\n- [Dictionaries](https://github.com/halilozel1903/Swift101/tree/master/Dictionaries.playground)\n- [While Loop](https://github.com/halilozel1903/Swift101/tree/master/WhileLoop.playground)\n- [For Loop](https://github.com/halilozel1903/Swift101/tree/master/ForLoop.playground)\n- [If,Else](https://github.com/halilozel1903/Swift101/tree/master/IfElse.playground)\n- [Switch-Case](https://github.com/halilozel1903/Swift101/tree/master/SwitchCase.playground)\n- [Functions](https://github.com/halilozel1903/Swift101/tree/master/Function.playground)\n- [Class](https://github.com/halilozel1903/Swift101/tree/master/Classes.playground)\n- [Optionals](https://github.com/halilozel1903/Swift101/tree/master/Optionals.playground)\n- [Sets](https://github.com/halilozel1903/Swift101/tree/master/Sets.playground)\n- [Enumerations](https://github.com/halilozel1903/Swift101/tree/master/Enumerations.playground)\n- [Methods](https://github.com/halilozel1903/Swift101/tree/master/Methods.playground)\n- [Structures](https://github.com/halilozel1903/Swift101/tree/master/Structures.playground)\n- [Type Casting](https://github.com/halilozel1903/Swift101/tree/master/TypeCasting.playground)\n- [Convert Data Types](https://github.com/halilozel1903/Swift101/tree/master/ConvertDataTypes.playground)\n\n\n## Swift 101 - Sample Applications 🧑🏻‍💻 👨🏻‍💻\n\n- [Calculator](https://github.com/halilozel1903/Swift101/tree/master/Calculator.playground)\n- [Find My Age](https://github.com/halilozel1903/Swift101/tree/master/FindMyAge.playground)\n- [Prime Number](https://github.com/halilozel1903/Swift101/tree/master/PrimeNumber.playground)\n- [How Many Fingers](https://github.com/halilozel1903/Swift101/tree/master/HowManyFingers)\n- [Find Cats Age](https://github.com/halilozel1903/Swift101/tree/master/CatYearsFind)\n- [Classes \u0026 Objects](https://github.com/halilozel1903/Swift101/tree/master/Classes%26Objects.playground)\n- [Optionals Masterclass](https://github.com/halilozel1903/Swift101/tree/master/Optional.playground)\n- [For Loops](https://github.com/halilozel1903/Swift101/tree/master/ForLoops.playground)\n- [While Loops](https://github.com/halilozel1903/Swift101/tree/master/While%20Loops.playground)\n- [String Manipulating](https://github.com/halilozel1903/Swift101/tree/master/StringManipulating.playground)\n\n\n## Resources 📚\n\n1. https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html\n2. https://www.udemy.com/ios-11-swift-4-baslangictan-ileri-seviyeye-mobil-uygulama\n3. https://www.tutorialspoint.com/swift/index.htm\n4. https://www.mobilhanem.com/swift-egitimi/\n5. https://www.udemy.com/draft/1317952/learn/v4/\n6. https://www.udemy.com/complete-ios-11-developer-course/\n\n## Donation 💸\n\nIf this project help 💁 you reduce time to develop, you can give me a cup of coffee. ☕\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/halilozel1903)\n\n## License 💁🏻‍♂️\n```\nMIT License\n\nCopyright (c) 2022 Halil OZEL\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Fswift101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalilozel1903%2Fswift101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Fswift101/lists"}