Repository for the 100 Days of SwiftUI challenge.
Stars
9
Forks
1
Watchers
9
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
459
commits
Merge pull request #9 from Angel5215/project-10
1e00a2cView on GitHubDAY-052: (CHALLENGE) Save user's delivery address to UserDefaults
3aa1faeView on GitHubDAY-052: (CHALLENGE) Show an informative alert when `placeOrder` fails
db55310View on GitHubDAY-052: (CHALLENGE) Do not allow address fields containing only whitespaces as valid fields
114c809View on GitHubDAY-051: Add computed property to determine cupcake cost
2c0cd5fView on GitHubDAY-051: Add non-empty text field validations to `AddressView` using a computed property in `Order`
c94230aView on GitHubDAY-051: Use `@Bindable` when passing `Order` to allow two-binding communication between `ContentView` and `AdressView`
412376cView on GitHub