{"id":18081744,"url":"https://github.com/twostraws/100","last_synced_at":"2025-04-05T22:26:32.583Z","repository":{"id":53937886,"uuid":"178953978","full_name":"twostraws/100","owner":"twostraws","description":"A list of solutions for the 100 Days of Swift challenge","archived":false,"fork":false,"pushed_at":"2023-01-31T11:37:18.000Z","size":143,"stargazers_count":117,"open_issues_count":0,"forks_count":28,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-02-12T04:16:06.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/twostraws.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}},"created_at":"2019-04-01T22:03:54.000Z","updated_at":"2025-02-03T13:17:51.000Z","dependencies_parsed_at":"2023-02-16T18:46:21.112Z","dependency_job_id":null,"html_url":"https://github.com/twostraws/100","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/twostraws%2F100","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twostraws%2F100/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twostraws%2F100/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twostraws%2F100/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twostraws","download_url":"https://codeload.github.com/twostraws/100/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247409911,"owners_count":20934517,"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-10-31T13:16:03.172Z","updated_at":"2025-04-05T22:26:32.544Z","avatar_url":"https://github.com/twostraws.png","language":null,"readme":"# 100 Days of Swift\n\nIf you’re following the [100 Days of Swift challenge](https://www.hackingwithswift.com/100) you’ll know there are lots of challenges that make you write code early and often – it’s the most powerful way to learn.\n\nWell, if you’d like to compare your solutions against solutions from others, or if you’re a bit stuck and want to see what code others wrote, this repository is for you – the goal is to provide direct links to GitHub repositories for the various challenges so you can explore alternatives to your heart’s content.\n\n**Warning:** I highly recommend you read these solutions only after you have tried thoroughly, otherwise you’re just short-changing your own learning.\n\n\n## Contributing\n\nIf you are following the 100 Days and want to add your own repository here – great! Please fork this repository, change this README to add your links, then open a pull request.\n\nIt would be nice to keep the repositories in alphabetical order based on GitHub username, so please add yours in the correct location.\n\n\n\n## Project 1\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-01-StormViewer)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/01-Project1)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project1-Challenges)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-018)\n* [DaemonLoki](https://github.com/DaemonLoki/100DaysOfSwift/tree/master/Storm%20Viewer)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Storm%20Viewer)\n* [ignasiperez](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D16-18-Project01)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project1)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P01%20StormViewer)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project%201)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2001%20-%20HWS%20Storm%20Viewer/Project1)\n* [Will-1-Am](https://github.com/Will-1-Am/100DaysOfSwift/tree/master/Project01/Project1)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 2\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-02-GuessTheFlag)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/02-Project2)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project2-Challenges)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-021)\n* [DaemonLoki](https://github.com/DaemonLoki/100DaysOfSwift/tree/master/Guess%20the%20Flag)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Guess%20The%20Flag)\n* [ignasiperez](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D19-21-Project02)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project2)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P02%20GuessTheFlag)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2002%20-%20HWS%20Flag%20Game/Project2)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project%202)\n* [Will-1-Am](https://github.com/Will-1-Am/100DaysOfSwift/tree/master/Project02/Project2)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 3\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-03-SocialMedia)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/03-Project3)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-022)\n* [DaemonLoki](https://github.com/DaemonLoki/100DaysOfSwift/tree/master/Storm%20Viewer%20Social)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Social%20Media)\n* ignasiperez [Challenge 1](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D22-22-Project03-C1) [Challenge 2](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D22-22-Project03-C2) [Challenge 3](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D22-22-Project03-C3)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project3)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P03%20StormViewer%2BActivityVC)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project%203)\n* Thomas-Kellough [Challenge 1](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2003.1%20-%20HWS%20Storm%20Viewer/Project1) [Challenge 2](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2003.2%20-%20HWS%20Storm%20Viewer/Project1) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2003.3%20-%20HWS%20Flag%20Game/Project2)\n* [Will-1-Am](https://github.com/Will-1-Am/100DaysOfSwift/tree/master/Project03/Project3)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 1-3\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-01-03-WorldFlags)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/04-Milestone-Projects1-3)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidated2)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-023)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Flag%20Viewer)\n* [Hrvoje0099](https://github.com/Hrvoje0099/100-days-of-swift/tree/master/Challenge1)\n* [ignasiperez](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D23-23-Milestone-P01-03)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Milestone%20Project%201-3)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C01%20World%20Flags)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%201-3)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2001-03/Milestone:%20Projects%201-3)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 4\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-04-EasyBrowser)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/05-Project4)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project4-Challenges)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-026)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Easy%20Browser)\n* ignasiperez [Challenge 1 \u0026 2](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D24-26-Project04-C2) [Challenge 3](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D24-26-Project04-C3)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project4)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P04%20EasyBrowser)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project%204)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2004%20-%20HWS%20Web%20Browser/Project%2004%20-%20Hacking%20With%20Swift)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 5\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-05-WordScramble)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/06-Project5)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-029)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Word%20Scramble)\n* [ignasiperez](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D27-29-Project05)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project5)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P05%20WordScramble)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project5)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2005%20-%20HWS%20Random%20Word%20Game/Project%2005%20-%20Hacking%20With%20Swift)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 6\n\n* AnxietyMedicine [Project 6A](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-06-A-GuessTheFlag) \u0026 [Project 6B](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-06-B-AutoLayout)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/07-Project6)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project6b-Challenges)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-031)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Auto%20Layout)\n* ignasiperez [Project 6a](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D30-30-Project06a) [Project 6b](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D30-31-Project06b)\n* leoidiaz [Project6a](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project6a) [Project6b](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project6b)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P06B%20AutoLayout)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project6b)\n* Thomas-Kellough [Challenge 1](https://github.com/thomaskellough/tutorialsSwift/blob/master/Project%2006.1%20-%20HWS%20Flag%20Game/Project2/ViewController.swift) [Challenge 2 \u0026 3](https://github.com/thomaskellough/tutorialsSwift/blob/master/Project%2006.2%20-%20HWS%20Labels%20Programatically/Project%2006.2%20-%20Hacking%20With%20Swift/ViewController.swift)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 4-6\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-04-06-ShoppingList)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/08-Milestone-Projects4-6)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidation3)\n* [CypherPoet](https://github.com/CypherPoet/100-days-of-swift/tree/master/day-032)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Shopping%20List)\n* [Hrvoje0099](https://github.com/Hrvoje0099/100-days-of-swift/tree/master/Challenge2)\n* [ignasiperez](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D32-32-Milestone-P04-06)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Milestone%20Project%204-6)\n* [jsonify](https://github.com/jsonify/HackingWithSwift/tree/master/C02%20ShoppingList%20v2)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C02%20ShoppingList)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%204-6)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2004-06/Milestone%20Projects%204-6)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 7\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-07-WhitehousePetitions)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/09-Project7)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project7-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Whitehouse%20Petitions)\n* [ignasiperez](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D33-35-Project07)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project7)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P07%20WhiteHousePetitions)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project7)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2007%20-%20HWS%20Petitions/Project%2007%20-%20Hacking%20With%20Swift)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 8\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-08-SwiftyWords)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/10-Project8)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project8-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/7%20Swifty%20Words)\n* [ignasiperez](https://github.com/ignasiperez/100DaysOfSwiftChallenge/tree/master/D36-38-Project08)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project8)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P08%20SwiftyWords)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project8)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 9\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-09-GrandCentralDispatch)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/11-Project9)\n* cweirup [Challenge 1](https://github.com/cweirup/100-days-of-swift/tree/master/Project1-Day40%20Challenge) [Challenge 2](https://github.com/cweirup/100-days-of-swift/tree/master/Project8-Day40%20Challenge) [Challenge 3](https://github.com/cweirup/100-days-of-swift/tree/master/Project9-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Grand%20Central%20Dispatch)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project9)\n* robbaldwin [Challenge\n    1](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P09A%20StormViewer%20%2B%20GCD) [Challenge\n    2](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P09B%20SwiftyWords%20%2B%20GCD) [Challenge\n    3](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P09C%20WhiteHousePetitions%20%2B%20GCD)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project9)\n* Thomas Kellough [Challenge 1](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2009.1%20-%20HWS%20Storm%20Viewer/Project1) [Challenge 2](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2009.2%20-%20HWS%20Seven%20Swifty%20Words/Project%2008%20-%20Hacking%20With%20Swift) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2009.3%20-%20HWS%20Petitions/Project%2007%20-%20Hacking%20With%20Swift)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 7-9\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-07-09-Hangman)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/12-Milestone-Projects7-9)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidation4)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Hangman)\n* [Hrvoje0099](https://github.com/Hrvoje0099/100-days-of-swift/tree/master/Challenge3)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Milestone%20Project%207-9)\n* [nemecek-filip](https://github.com/nemecek-filip/hangman.challenge)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C03%20Hangman)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%207-9)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2007-09)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 10\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-10-NamesToFaces)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/13-Project10)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project10-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Names%20to%20Faces)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project10)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P10%20NamesToFaces)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project10)\n* Thomas-Kellough [Challeng 1](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2010.1%20-%20HWS%20Names%20to%20Faces/Project%2010%20-%20HWS%20Names%20to%20Faces) [Challenge 2](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2010.2%20-%20HWS%20Names%20to%20Faces/Project%2010%20-%20HWS%20Names%20to%20Faces) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2010.3%20-%20HWS%20Storm%20Viewer/Project1)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 11\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-11-Pachinko)\n* [clarnkt](https://github.com/clarknt/100-days-of-swift/tree/master/14-Project11)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project11-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Pachinko)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project11)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P11%20Pachinko)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project11/Project11)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2011.3%20-%20HWS%20Pachinko/Project%2011%20-%20HWS%20Pachinko)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 12\n\n* AnxietyMedicine - [Project 12A](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-12-A-UserDefaults-NSCoding) \u0026 [Project 12B](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-12-B-UserDefaults-Codable)\n* [clarnkt](https://github.com/clarknt/100-days-of-swift/tree/master/15-Project12)\n* cweirup [Challenge 1](https://github.com/cweirup/100-days-of-swift/tree/master/Project1-Day49%20Challenge) [Challenge 2](https://github.com/cweirup/100-days-of-swift/tree/master/Project2-Day49%20Challenge) [Challenge 3](https://github.com/cweirup/100-days-of-swift/tree/master/Project5-Day49%20Challenge)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Pachinko)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project12)\n* robbaldwin [Challenge 1](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P12C%20StormViewer%20%2B%20Saving%20View%20Count) [Challenge 2](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P12D%20GuessTheFlag%20%2B%20High%20Score) [Challenge 3](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P12E%20WordScramble%20%2B%20UserDefaults)\n* StartingCoding [Challenge 1](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project12) [Challenge 2](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project12a) [Challenge 3](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project12b)\n* Thomas-Kellough [Challenge 1](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2012.3.1%20-%20HWS%20Storm%20Viewer) [Challenge 2](hhttps://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2012.3.2%20-%20HWS%20Flag%20Game) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2012.3.3%20-%20HWS%20Random%20Word%20Game)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 10-12\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-10-12-PhotoCaptions)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/16-Milestone-Projects10-12)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidation5)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Captions%20to%20Photos)\n* [Hrvoje0099](https://github.com/Hrvoje0099/100-days-of-swift/tree/master/Challenge4)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Milestone%20Project%2010-12)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C04%20CameraCaptions)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%2010-12)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2010-12)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 13\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-13-Instafilter)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/17-Project13)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project13)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Instafilter)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project13)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P13A%20Instafilter%20-%20Challenge)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project13)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2013.3%20-%20HWS%20Instafilter)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 14\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-14-Whack-a-Penguin)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/18-Project14)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project14-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Whack-a-Penguin)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project14)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P14%20Whack-A-Penguin)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project14)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2014%20(1%2C%202%2C%203)%20-%20HWS%20Whack-A-Penguin)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 15\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-15-Animation)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/19-Project15)\n* cweirup [Challenge 1](https://github.com/cweirup/100-days-of-swift/tree/master/Project8-Day58%20Challenge) [Challenge 2](https://github.com/cweirup/100-days-of-swift/tree/master/Project13-Day58%20Challenge) [Challenge 3](https://github.com/cweirup/100-days-of-swift/tree/master/Project2-Day58%20Challenge)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Animation)\n* jsonify [Challenge 2](https://github.com/jsonify/HackingWithSwift/tree/master/P13%20InstaFilter%20%2B%20Xtras) [Challenge 3](https://github.com/jsonify/HackingWithSwift/tree/master/P15C%20GuessTheFlag%20%2B%20Animation)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project15)\n* robbaldwin [Challenge 1](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P15A%20SwiftyWords%20%2B%20Animation) [Challenge 2](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P15B%20Instafilter%20%2B%20Animation) [Challenge 3](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P15C%20GuessTheFlag%20%2B%20Animation)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project15)\n* Thomas-Kellough [Challenge 1](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2015.1%20-%20HWS%20Seven%20Swifty%20Words) [Challenge 2](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2015.2%20-%20HWS%20Instafilter) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2015.3%20-%20HWS%20Flag%20Game)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 13-15\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-13-15-CountryFacts)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/20-Milestone-Projects13-15)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidation6)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Country%20Facts)\n* [jsonify](https://github.com/jsonify/HackingWithSwift/tree/master/C05B%20CountryFacts%20%2B%20SearchBar)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/MilestoneProject13-15)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C05%20CountryFacts)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Day50_challenge)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%2013-15)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2013-15)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 16\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-16-CapitalCities)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/21-Project16)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project16-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Capital%20Cities)\n* [jsonify](https://github.com/jsonify/HackingWithSwift/tree/master/C05C%20CountryFacts%20%2B%20SearchBar%20%2B%20TableView)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project16)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P16%20CapitalCities)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project16)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project16)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2016.3%20-%20HWS%20Capital%20Cities)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 17\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-17-SpaceRace)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/22-Project17)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project17-Challenges)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Space%20Race)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project17)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P17%20SpaceRace)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project17)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project17)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2017.3%20-%20HWS%20Space%20Race)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 18\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-18-Debugging)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/23-Project18)\n* [emirhankarahan](https://github.com/EmirhanKarahan/100-Days-Of-Swift/tree/main/Debugging)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project18)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project18)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 16-18\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-16-18-ShootingGallery)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/24-Milestone-Projects16-18)\n* [nocto7](https://github.com/nocto7/Day66)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/MilestoneProject16-18)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C06%20ShootingGallery)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Day66_challenge)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%2016-18)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2016-18)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 19\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-19-JavaScriptInjection)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/25-Project19)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project19)\n* [nocto7](https://github.com/nocto7/Project19)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project19)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 20\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-20-FireworksNight)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/26-Project20)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project20-Challenges)\n* [jsonify](https://github.com/jsonify/HackingWithSwift/tree/master/P20%20FireworksNight%20%2B%20Screen)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project20)\n* [nocto7](https://github.com/nocto7/Project20)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P20%20FireworksNight)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project20)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project20)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2020.3%20-%20HWS%20Fireworks%20Night)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 21\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-21-LocalNotifications)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/27-Project21)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project21)\n* [nocto7](https://github.com/nocto7/Project-21)\n* robbaldwin [Challenge 1](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P21A%20LocalNotifications%20%2B%20UIAlerts) [Challenge 2](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P21B%20LocalNotifications%20%2B%20Remind%20Later) [Challenge 3](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P21C%20GuessTheFlag%20%2B%20Notifications)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project21_notifications)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project21)\n* Thomas-Kellough [Challenge 1 \u0026 2](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2021.2%20-%20HWS%20Local%20Notifications/Project%2021%20-%20HWS%20Local%20Notifications) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2021.3%20-%20HWS%20Flag%20Game)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 19-21\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-19-21-NotesClone)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/28-Milestone-Projects19-21)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidation8)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/MilestoneProject19-21)\n* [nocto7](https://github.com/nocto7/Notebook)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C07%20Notes)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%2019-21)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2019-21)\n\n## Project 22\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-22-Detect-a-Beacon)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/29-Project22)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project22)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project22)\n* [llelen](https://github.com/llelen/100Days/tree/master/22_projecct_2)\n* [nocto7](https://github.com/nocto7/Project22)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P22%20Detect-A-Beacon)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project22_iBeacon)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project22)\n* Thomas-Kellough [Challenge 1](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2022.1%20-%20HWS%20Detect%20a%20Beacon) [Challenge 2 \u0026 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2022.2and3%20-%20HWS%20Detect%20a%20Beacon)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 23\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-23-SwiftyNinja)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/30-Project23)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project23-Challenges)\n* [jsonify](https://github.com/jsonify/HackingWithSwift/tree/master/P23C%20Swifty%20Ninja%20%2B%20Bonus%20Enemy%20%2B%20GameOver)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project23)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P23%20SwiftyNinja)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/project23)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project23)\n* Thomas-Kellough [Challenge 1](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2023.1%20-%20HWS%20Swifty%20Ninja) [Challenge 2 \u0026 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2023.2and3%20-%20HWS%20Swifty%20Ninja)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 24\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-24-SwiftStrings)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/31-Project24)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project24-Challenges.playground)\n* [jsonify](https://github.com/jsonify/HackingWithSwift/tree/master/P24%20Swift%20Strings)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project24)\n* [llelen](https://github.com/llelen/24/tree/master/24_2project)\n* [nocto7](https://github.com/nocto7/Project24)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P24%20SwiftStrings)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project24_StringExtensions/Project24.playground)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project24.playground)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2024%20-%20HWS%20Swift%20Strings.playground)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 22-24\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-22-24-ExtensionsPlayground)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/32-Milestone-Projects22-24)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidation9.playground)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/MilestoneProject22-24/MilestoneProject22-24.playground)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C08%20Extensions)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/MilestoneProject22-24/Milestone22-24.playground)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%2022-24.playground)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2022-24)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 25\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-25-SelfieShare)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/33-Project25)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project25-Challenges)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project25)\n* [nocto7](https://github.com/nocto7/Project25)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P25%20SelfieShare)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project25_peerToPeer)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project25)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/blob/master/Project%2025.3%20-%20HWS%20Selfie%20Share/Project%2025%20-%20HWS%20Selfie%20Share/ViewController.swift)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 26\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-26-MarbleMaze)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/34-Project26)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Project26-Challenges)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project26)\n* [llelen](https://github.com/llelen/100all/tree/master/26)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P26%20MarbleMaze)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project26_Accelerometer_game)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project26)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2026.3%20-%20HWS%20Marble%20Maze)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 27\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-27-UsingCoreGraphics)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/35-Project27)\n* cweirup [Challenges 1 \u0026 2](https://github.com/cweirup/100-days-of-swift/tree/master/Project27) [Challenge 3](https://github.com/cweirup/100-days-of-swift/tree/master/Project3-Day89%20Challenge)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project27)\n* robbaldwin [Challenge 1](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P27A%20CoreGraphics%20Emoji) [Challenge 2](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P27B%20CoreGraphics%20TWIN) [Challenge 3](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P27C%20StormViewer%2BCoreGraphics)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/P27)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project27)\n* Thomas-Kellough [Challenge 1 \u0026 2](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2027.1and2%20-%20HWS%20Core%20Graphics) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2027.3%20-%20HWS%20Storm%20Viewer)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 25-27\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-25-27-MemeGenerator)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/36-Milestone-Projects25-27)\n* [cweirup](https://github.com/cweirup/100-days-of-swift/tree/master/Consolidation10)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/MilestoneProject25-27)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C09%20Meme)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Milestone25-27)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%2025-27)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Milestone%20Projects%2025-27)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Core Graphics redux\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/CoreGraphicsRedux)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Milestone%20Project%2025-27%20-%20Core%20Graphics%20Redux)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/37-CoreGraphics-Redux)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/CoreGraphicsRedux/Learn-Core-Graphics.playground)\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 28\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-28-SecretSwift)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/38-Project28)\n* cweirup [Challenge 1 \u0026 2](https://github.com/cweirup/100-days-of-swift/tree/master/Project28-Challenges) [Challenge 3](https://github.com/cweirup/100-days-of-swift/tree/master/Project10-Day93%20Challenges)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project28)\n* robbaldwin [Challenge 1 \u0026 2](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P28%20SecretSwift) [Challenge 3](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P28A%20NamesToFaces%20%2B%20Authentication)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project28_faceID)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project28)\n* Thomas-Kellough [Challenge 1 \u0026 2](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2028.2%20-%20HWS%20Secret%20Swift) [Challenge 3](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2028.3%20-%20HWS%20Names%20to%20Faces)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 29\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-29-ExplodingMonkeys)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/39-Project29)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project29)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/P29%20ExplodingMonkeys)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project29_gorillas)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project29)\n* [Thomas-Kellough](https://github.com/thomaskellough/tutorialsSwift/tree/master/Project%2029.2and3%20-%20HWS%20Exploding%20Monkeys)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Project 30\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Project-30-Reactionist)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/40-Project30)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/Project30)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/project30-files)\n* [StartingCoding](https://github.com/StartingCoding/100DaysOfSwift/tree/master/Project30)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Milestone: Projects 28-30\n\n* [AnxietyMedicine](https://github.com/AnxietyMedicine/100DaysOfSwift/tree/main/Milestone-28-30-MemoryMatch)\n* [clarknt](https://github.com/clarknt/100-days-of-swift/tree/master/41-Milestone-Projects28-30)\n* [leoidiaz](https://github.com/leoidiaz/100DaysOfSwift/tree/master/MilestoneProject28-30)\n* [robbaldwin](https://github.com/robbaldwin/100DaysOfSwift/tree/master/C10%20Pairs)\n* [roblack](https://github.com/roblack/100DaysOfSwift_challenges/tree/master/Project99_cardGame_challenge)\n* [nemecek-filip](https://github.com/nemecek-filip/PairsGame)\n* [Thomas-Kellough](https://github.com/thomaskellough/flingomatch)\n","funding_links":[],"categories":["Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwostraws%2F100","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwostraws%2F100","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwostraws%2F100/lists"}