From b476d447e55946a17df26d02cb3bcdf79ed6b771 Mon Sep 17 00:00:00 2001 From: CypherPoet Date: Sat, 25 Jan 2020 07:09:47 -0600 Subject: [PATCH] Add README for day 95 --- README.md | 3 ++- day-095/README.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 day-095/README.md diff --git a/README.md b/README.md index 2eba5e2..b32d43e 100644 --- a/README.md +++ b/README.md @@ -100,12 +100,13 @@ I'm currently seeking freelance, remote opportunities as an iOS developer! If yo - **Day 91:** [_Project 17: Flashzilla (Part Six)_](./day-091/) - **Day 92:** [_Project 18: Layout And Geometry (Part One)_](./day-092/) - **Day 93:** [_Project 18: Layout And Geometry (Part Two)_](./day-093/) +- **Day 94:** [_Project 18: Layout And Geometry (Part Three)_](./day-094/) **Latest Day:** -- **Day 94:** [_Project 18: Layout And Geometry (Part Three)_](./day-094/) +- **Day 95:** [Milestone for Projects 16-18](./day-095/) diff --git a/day-095/README.md b/day-095/README.md new file mode 100644 index 0000000..a3039b7 --- /dev/null +++ b/day-095/README.md @@ -0,0 +1,38 @@ +# Day 95: Milestone for Projects 16-18 + +_Follow along at https://www.hackingwithswift.com/100/swiftui/95_. + + + +# 📒 Field Notes + +This day resolves around recapping the content covered while going through Projects 16-18 in the [100 Days of SwiftUI Challenge](https://www.hackingwithswift.com/100/swiftui), and then implementing a challenge project. + + +# 🥅 Challenge Project + + +From the description: + +> Build an app that helps users roll dice then store the results they had. +> +> At the very least you should have a tab view where the first tab lets users roll dice, and the second tab shows results from previous rolls. However, if you want to push yourself further you can try one or more of the following: +> +> - Let the user customize the dice that are rolled: how many of them, and what type: 4-sided, 6-sided, 8-sided, 10-sided, 12-sided, 20-sided, and even 100-sided. +> - Show the total rolled on the dice. +> - Store the results using Core Data so they are persistent. +> - Add haptic feedback when dice are rolled. +> - For a real challenge, make the value rolled by the dice flick through various possible values before settling on the final figure. + + + +
+ + +# 📸 Screenshots + + +
+ +
+