Skip to content

Commit

Permalink
screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
frehelfer committed Nov 23, 2022
1 parent 880b788 commit a236978
Show file tree
Hide file tree
Showing 69 changed files with 219 additions and 7 deletions.
Binary file added P10-CupcakeCorner/.DS_Store
Binary file not shown.
Binary file modified P10-CupcakeCorner/CupcakeCorner/.DS_Store
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions P10-CupcakeCorner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Project 10 - 🧁 Cupcake Corner

##

**Features Learned :**

Codable, URLSession, disabled()

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P10-CupcakeCorner/screenshot/.DS_Store
Binary file not shown.
Binary file added P10-CupcakeCorner/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P11-Bookworm/.DS_Store
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P11-Bookworm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P11-Bookworm/screenshot/.DS_Store
Binary file not shown.
Binary file added P11-Bookworm/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P12-CoreDataProject/.DS_Store
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P12-CoreDataProject/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P12-CoreDataProject/screenshot/.DS_Store
Binary file not shown.
Binary file added P12-CoreDataProject/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P12-Milestone-UsersList/.DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions P12-Milestone-UsersList/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file not shown.
Binary file added P12-Milestone-UsersList/screenshot/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P13-Instafilter/.DS_Store
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P13-Instafilter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P13-Instafilter/screenshot/.DS_Store
Binary file not shown.
Binary file added P13-Instafilter/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P14-BucketList/.DS_Store
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P14-BucketList/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P14-BucketList/screenshot/.DS_Store
Binary file not shown.
Binary file added P14-BucketList/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P15-AccessibilityApp/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ struct ContentView: View {
.accessibilityLabel("Value")
.accessibilityValue(String(value))
.accessibilityAdjustableAction { direction in
switch direction
case .increment:
value += 1
case .decrement:
value -= 1
default:
print("Not handled")
switch direction {
case .increment:
value += 1
case .decrement:
value -= 1
default:
print("Not handled")
}
}
}
}
Expand Down
18 changes: 18 additions & 0 deletions P15-AccessibilityApp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P15-AccessibilityApp/screenshot/.DS_Store
Binary file not shown.
Binary file added P15-AccessibilityApp/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified P15-Milestone-Unforgettable/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified P16-HotProspects/.DS_Store
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P16-HotProspects/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P16-HotProspects/screenshot/.DS_Store
Binary file not shown.
Binary file added P16-HotProspects/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P17-Flashzilla/.DS_Store
Binary file not shown.
Binary file added P17-Flashzilla/Flashzilla/.DS_Store
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P17-Flashzilla/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P17-Flashzilla/screenshot/.DS_Store
Binary file not shown.
Binary file added P17-Flashzilla/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified P18-LayoutAndGeometry/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P18-LayoutAndGeometry/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P18-LayoutAndGeometry/screenshot/.DS_Store
Binary file not shown.
Binary file added P18-LayoutAndGeometry/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P18-Milestone-DiceRoll/.DS_Store
Binary file not shown.
Binary file added P18-Milestone-DiceRoll/DiceRoll/.DS_Store
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions P18-Milestone-DiceRoll/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P18-Milestone-DiceRoll/screenshot/.DS_Store
Binary file not shown.
Binary file added P18-Milestone-DiceRoll/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P19-SnowSeeker/.DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions P19-SnowSeeker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project 09 - ✏️ Drawing

**Purpose of the App :**

A lot of exercices to practice all the concepts.
Here are just one exemple very nice.

##

**Features Learned :**

Paths, Shapes, Insettable Shapes, CGAffineTransform, ImagePaint, drawingGroup(), animatableData, AnimatablePair

##

**Screenshoots :**

<img src="screenshot/screenshot1.gif" width="250"/>
Binary file added P19-SnowSeeker/SnowSeeker/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file added P19-SnowSeeker/screenshot/.DS_Store
Binary file not shown.
Binary file added P19-SnowSeeker/screenshot/screenshot1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a236978

Please sign in to comment.