Skip to content

Commit 47e8fc4

Browse files
committed
add videos
1 parent 8dfc693 commit 47e8fc4

13 files changed

Lines changed: 26 additions & 0 deletions

File tree

exercises/01.exercise-navigation/01.problem.first-step/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# First Exercise Step
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/your-first-exercise-step-problem-winqy" />
4+
35
👨‍💼 This is the exercise step page and this is where I (Peter the Product
46
Manager) will help you understand the problem you need to solve. I'll frame it
57
from the perspective of the user so you can gain a practical understanding of

exercises/01.exercise-navigation/01.solution.first-step/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# First Exercise Step
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/your-first-exercise-step-solution-lypql" />
4+
35
👨‍💼 Great job! You've made it to the solution portion of the first exercise step!
46
On this page, you'll often find a video, diagrams, and code examples, and other
57
resources that will help you understand how the instructor solved the problem.

exercises/01.exercise-navigation/02.problem.multi-step/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Multi-Step Exercise
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/working-with-multi-step-exercises-problem-679x5" />
4+
35
👨‍💼 Lots of exercises will have multiple steps. The only thing you need to know
46
about this is on each step you need to click the "Set to Playground" button
57
above when you're ready to start working on the step.

exercises/01.exercise-navigation/02.solution.multi-step/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Multi-Step Exercise
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/working-with-multi-step-exercises-solution-523p8" />
4+
35
👨‍💼 Great job on this exercise. There's just one more thing you need to know
46
about exercises.
57

exercises/01.exercise-navigation/FINISHED.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Exercise Navigation
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/exercise-navigation-wrap-up-l1aqo" />
4+
35
At the end of each exercise you will see the finished page like this one. This
46
will sometimes give you a summary of what you've learned. The primary purpose of
57
this page though is to give you an opportunity to reflect on what you've learned

exercises/01.exercise-navigation/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Exercise Navigation
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/introduction-to-exercise-navigation-hlkkd" />
4+
35
For each exercise, you'll have a page like this one that gives important context
46
for you to understand to complete the steps of the exercise. There will often be
57
videos, code examples, diagrams, and links to other resources that you should

exercises/02.app-varieties/01.problem.no-preview/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# No Preview
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/apps-without-preview-problem-pizqr" />
4+
35
👨‍💼 Some apps don't have a `dev` script in the `package.json` because they don't
46
actually run and you're instead expected to run the app manually.
57

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# No Preview
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/apps-without-preview-solution-qlhbc" />
4+
35
👨‍💼 In some workshops (especially testing workshops) you'll be expected to run
46
scripts manually (like you would in practice) which is why there's no preview
57
for this type of app.

exercises/02.app-varieties/02.problem.simple/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Simple Apps
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/simple-apps-without-package-json-problem-2pdau" />
4+
35
👨‍💼 Some apps are so simple they don't even have a `package.json` file. Instead
46
they just have an index file which is automatically opened in the playground.
57

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# App Varieties
22

3+
<EpicVideo url="https://www.epicweb.dev/tips/app-varieties-wrap-up-3s1p5" />
4+
35
Great job. Those are the different types of apps you'll see in Epic workshops.
46

57
🐨 Click the right arrow icon below to continue.

0 commit comments

Comments
 (0)