13 projects of increasing complexity built with SwiftUI. These projects were built as part of an iOS development course taught by Paul Hudson of Hacking With Swift
- WeSplit
- GuessThatFlag
- BetterRest
- WordScramble
- iExpense
- Moonshot
- Cupcake Corner
- Bookworm
- Instafilter
- BucketList
- HotProspects
- Flashzilla
- SnowSeeker
Clone the project
git clone https://github.com/emmanuelchucks/100-days-of-swiftui.git
Directory structure
.
└── 100-days-of-swiftui/
├── WeSplit/
│ ├── WeSplit/
│ │ ├── Assets.xcassets/
│ │ ├── Preview Content/
│ │ ├── ContentView.swift
│ │ └── WeSplitApp.swift
│ ├── WeSplit.xcodeproj
│ ├── Screenshots/
│ └── README.md
├── GuessThatFlag/
│ ├── GuessThatFlag/
│ │ ├── Assets.xcassets/
│ │ ├── Preview Content/
│ │ ├── ContentView.swift
│ │ └── GuessThatFlagApp.swift
│ ├── GuessThatFlag.xcodeproj
│ ├── Screenshots/
│ └── README.md
├── ...
└── README.md
Open any of the projects in XCode
cd 100-days-of-swiftui
cd WeSplit
xed .