100 Days of SwiftUI
19 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
🚧
Progess
This repo is still a work in progress. 2 out of 19 projects have been completed so far. Documentation might also be incomplete.
List of Projects
- WeSplit
- GuessThatFlag
- ...
Run Locally
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/
│ │ ├── Screenshots/
│ │ ├── ContentView.swift
│ │ └── WeSplitApp.swift
│ ├── WeSplit.xcodeproj
│ └── README.md
├── GuessThatFlag/
│ ├── GuessThatFlag/
│ │ ├── Assets.xcassets/
│ │ ├── Preview Content/
│ │ ├── Screenshots/
│ │ ├── ContentView.swift
│ │ └── GuessThatFlagApp.swift
│ ├── GuessThatFlag.xcodeproj
│ └── README.md
├── ...
└── README.md
Open any of the projects in XCode
cd 100-days-of-swiftui
cd WeSplit
xed .